mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
more progress on refactor
This commit is contained in:
parent
8ba1b68a21
commit
157ee2e1fb
45 changed files with 1344 additions and 789 deletions
|
@ -7,6 +7,7 @@ import ToolTip from 'v-tooltip'
|
|||
import Client from './plugins/neko'
|
||||
import Axios from './plugins/axios'
|
||||
import Swal from './plugins/swal'
|
||||
import Anime from './plugins/anime'
|
||||
|
||||
import store from './store'
|
||||
import app from './app.vue'
|
||||
|
@ -17,6 +18,7 @@ Vue.use(Notifications)
|
|||
Vue.use(ToolTip)
|
||||
Vue.use(Axios)
|
||||
Vue.use(Swal)
|
||||
Vue.use(Anime)
|
||||
Vue.use(Client)
|
||||
|
||||
new Vue({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue