Created
October 17, 2019 13:14
-
-
Save vince0656/a5fb215be11a42ec0401a6bc55791d97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @ts-ignore | |
| import drizzleVuePlugin from '@drizzle/vue-plugin'; | |
| import drizzleOptions from './drizzle-options'; | |
| Vue.use(drizzleVuePlugin, { store, drizzleOptions }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment