refactor: notification on file exist and main view
This commit is contained in:
parent
d7f1cf1bac
commit
cbad753124
9 changed files with 1462 additions and 1037 deletions
|
|
@ -10,7 +10,6 @@ import quasarUserOptions from './quasar-user-options'
|
|||
import router from './router'
|
||||
|
||||
import 'quasar/src/css/index.sass'
|
||||
import '@vuepic/vue-datepicker/dist/main.css'
|
||||
|
||||
const app = createApp(App)
|
||||
const pinia = createPinia()
|
||||
|
|
@ -32,13 +31,6 @@ app.component(
|
|||
defineAsyncComponent(() => import('@/components/FullLoader.vue'))
|
||||
)
|
||||
|
||||
app.component(
|
||||
'datepicker',
|
||||
defineAsyncComponent(() => import('@vuepic/vue-datepicker'))
|
||||
)
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
HttpService.configureAxiosKeycloak()
|
||||
|
||||
console.log(import.meta.env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue