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