add scenarios editor

This commit is contained in:
2026-07-19 19:23:21 +07:00
parent a97993c70b
commit 83b3ae5dfe
6 changed files with 211 additions and 64 deletions
+2
View File
@@ -30,6 +30,8 @@ import { h } from 'vue'
import { DoorFrontFilled } from '@vicons/material'
const authStore = useAuthStore();
authStore.initFromStorage()
const router = useRouter()
const client = getAuthClient();
const message = useMessage()