mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-25 04:24:28 +08:00
feat: change theme for mobile site is ready
This commit is contained in:
@@ -5,6 +5,7 @@ import 'vant/lib/index.css';
|
||||
import App from './App.vue'
|
||||
import {createPinia} from "pinia";
|
||||
import {
|
||||
ActionSheet,
|
||||
Badge,
|
||||
Button,
|
||||
Cell,
|
||||
@@ -14,7 +15,8 @@ import {
|
||||
Collapse,
|
||||
CollapseItem,
|
||||
ConfigProvider,
|
||||
Dialog, Divider,
|
||||
Dialog,
|
||||
Divider,
|
||||
DropdownItem,
|
||||
DropdownMenu,
|
||||
Empty,
|
||||
@@ -28,7 +30,8 @@ import {
|
||||
Lazyload,
|
||||
List,
|
||||
Loading,
|
||||
NavBar, NoticeBar,
|
||||
NavBar,
|
||||
NoticeBar,
|
||||
Notify,
|
||||
Overlay,
|
||||
Picker,
|
||||
@@ -52,8 +55,8 @@ import {router} from "@/router";
|
||||
import 'v3-waterfall/dist/style.css'
|
||||
import V3waterfall from "v3-waterfall";
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(createPinia())
|
||||
const app = createApp(App);
|
||||
app.use(createPinia());
|
||||
app.use(ConfigProvider);
|
||||
app.use(Tabbar);
|
||||
app.use(TabbarItem);
|
||||
@@ -99,6 +102,7 @@ app.use(Tab);
|
||||
app.use(Tabs);
|
||||
app.use(Divider);
|
||||
app.use(NoticeBar);
|
||||
app.use(ActionSheet);
|
||||
app.use(router).use(ElementPlus).mount('#app')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user