mirror of
https://github.com/heyman/heynote.git
synced 2025-08-09 06:45:04 +02:00
Add a way to display error dialogs
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
import '../src/css/application.sass'
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
|
||||
import App from '../src/components/App.vue'
|
||||
import { loadCurrencies } from '../src/currency'
|
||||
|
||||
const pinia = createPinia()
|
||||
const app = createApp(App)
|
||||
app.use(pinia)
|
||||
app.mount('#app')
|
||||
//console.log("test:", app.hej.test)
|
||||
|
||||
|
Reference in New Issue
Block a user