8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
|
|
import VueIdb from 'vue-idb'
|
||
|
|
import { boot } from "quasar/wrappers"
|
||
|
|
|
||
|
|
export default boot(({ app }) => {
|
||
|
|
app.use(VueIdb)
|
||
|
|
|
||
|
|
})
|