Perfect the pop-up box of the setting
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user