Perfect the pop-up box of the setting

This commit is contained in:
zyronon
2023-09-30 23:39:11 +08:00
parent 87467c1f2a
commit e3c0c70d26
7 changed files with 182 additions and 82 deletions

View File

@@ -4,6 +4,7 @@ import App from './App.vue'
// import Mobile from './Mobile.vue'
import {createPinia} from "pinia"
// import ElementPlus from 'element-plus'
import VirtualList from 'vue-virtual-list-v3';
const pinia = createPinia()
// const app = createApp(Mobile)
@@ -11,4 +12,6 @@ const app = createApp(App)
// app.use(ElementPlus)
app.use(pinia)
app.use(VirtualList);
app.mount('#app')