From e14358f85a7d32a753225f253ff223d17cf36c25 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Apr 2025 19:10:00 +0800
Subject: [PATCH] style: 风格处理
---
src/main.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main.js b/src/main.js
index e333796..95595f8 100644
--- a/src/main.js
+++ b/src/main.js
@@ -46,7 +46,7 @@
window.axios = axios
const app = createApp(App)
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
- app.component(key, component)
+ app.component(key, component)
}
app.component('basicContainer', basicContainer)
app.component('basicBlock', basicBlock)
@@ -71,17 +71,17 @@
app.use(store)
app.use(router)
app.use(ElementPlus, {
- locale: messages[language],
+ locale: messages[language],
})
app.use(Avue, {
- axios,
- calcHeight: 10,
- locale: messages[language],
+ axios,
+ calcHeight: 10,
+ locale: messages[language],
})
app.use(avueUeditor, { axios })
app.use(VueClipboard, {
- autoSetContainer: true,
- appendToBody: true, // 这可以帮助解决一些更复杂的使用场景下的问题
+ autoSetContainer: true,
+ appendToBody: true, // 这可以帮助解决一些更复杂的使用场景下的问题
})
app.use(globalComponents)
app.mount('#app')
--
Gitblit v1.9.3