started working on a leaner picker, added emit to picker
This commit is contained in:
@@ -2,7 +2,8 @@ import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import "bootstrap"
|
||||
import "bootstrap/dist/css/bootstrap.min.css"
|
||||
import "bootstrap/dist/css/bootstrap.css"
|
||||
import "bootstrap-icons/font/bootstrap-icons.css"
|
||||
|
||||
createApp(App)
|
||||
.use(router)
|
||||
|
||||
Reference in New Issue
Block a user