From 0e5ebe38ea8496aba8c58c025b7930ed9ba5dc25 Mon Sep 17 00:00:00 2001 From: umono Date: Mon, 19 Dec 2022 21:51:06 +0800 Subject: [PATCH] fix some --- ui/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main.ts b/ui/src/main.ts index 000946c..17c68d5 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -21,5 +21,5 @@ app.mixin(commonMixin); app.use(store) .use(AclChecker, store) .use(router) - .mount('#app') + .mount('#app');