mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
pull to refresh
This commit is contained in:
@@ -8,6 +8,7 @@ import store from '@/store'
|
||||
import '@core/scss/template/index.scss'
|
||||
import '@layouts/styles/index.scss'
|
||||
import '@styles/styles.scss'
|
||||
import PullRefresh from 'pull-refresh-vue3'
|
||||
import { createApp } from 'vue'
|
||||
|
||||
loadFonts()
|
||||
@@ -20,4 +21,5 @@ app
|
||||
.use(vuetify)
|
||||
.use(router)
|
||||
.use(store)
|
||||
.use(PullRefresh)
|
||||
.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user