Files
myprojplanet_vite/src/boot/vue-idb.ts.off
2021-08-31 18:09:59 +02:00

8 lines
126 B
Plaintext
Executable File

import VueIdb from 'vue-idb'
import { boot } from "quasar/wrappers"
export default boot(({ app }) => {
app.use(VueIdb)
})