mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: remove static loaders
This commit is contained in:
parent
9ac080fcbc
commit
818d4b0fac
2 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
import './staticLoader'
|
||||
import 'plyr/dist/plyr.js'
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { clickaway, droppable, focus } from '@/directives'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
import App from './App.vue'
|
||||
|
||||
createApp(App)
|
||||
.component('icon', FontAwesomeIcon)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
import 'plyr/dist/plyr.js'
|
Loading…
Reference in a new issue