mirror of
https://github.com/heyman/heynote.git
synced 2025-08-09 06:45:04 +02:00
Add functionality to add and delete user key bindings
This commit is contained in:
@ -2,6 +2,7 @@ import '../src/css/application.sass'
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import PrimeVue from 'primevue/config';
|
||||
|
||||
import App from '../src/components/App.vue'
|
||||
import { loadCurrencies } from '../src/currency'
|
||||
@ -9,6 +10,7 @@ import { loadCurrencies } from '../src/currency'
|
||||
const pinia = createPinia()
|
||||
const app = createApp(App)
|
||||
app.use(pinia)
|
||||
app.use(PrimeVue)
|
||||
app.mount('#app')
|
||||
//console.log("test:", app.hej.test)
|
||||
|
||||
|
Reference in New Issue
Block a user