From ded713f677c9d4e4087199474958f1c8bac856bd Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 13 Nov 2025 20:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=99=BB=E5=87=BAok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontent/ops_vue_js/src/main.js | 3 +- frontent/ops_vue_js/src/views/HomeView.vue | 36 ++++++++++++++-------- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/frontent/ops_vue_js/src/main.js b/frontent/ops_vue_js/src/main.js index 5fa560d..42d5f9a 100644 --- a/frontent/ops_vue_js/src/main.js +++ b/frontent/ops_vue_js/src/main.js @@ -7,8 +7,7 @@ import App from './App.vue' import router from './router' import '@tabler/core/dist/css/tabler.min.css' -import '@tabler/core/dist/css/tabler-vendors.min.css' -import '@tabler/core/dist/js/tabler.min.js' + import en from './i18n/en.json' import zhCN from './i18n/zh-CN.json' diff --git a/frontent/ops_vue_js/src/views/HomeView.vue b/frontent/ops_vue_js/src/views/HomeView.vue index cd6fa11..34b9da4 100644 --- a/frontent/ops_vue_js/src/views/HomeView.vue +++ b/frontent/ops_vue_js/src/views/HomeView.vue @@ -1,19 +1,27 @@