diff --git a/src/App.vue b/src/App.vue
index 7b01dca..0bd9991 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,8 +2,9 @@
-
+
{
hook.emit('mounted');
});
+
+function show(index: number) {
+ if (mainUi.show === 'all') return true;
+ if (mainUi.show === 'end') return index === mainUi.stack.length - 1;
+}