Created
December 9, 2021 09:14
-
-
Save johnson86tw/7733e6c51aba72928d6234b39a9c990b to your computer and use it in GitHub Desktop.
This file contains 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
import { createApp } from 'vue' | |
import App from './App.vue' | |
import { VueDapp } from 'vue-dapp' | |
const app = createApp(App) | |
app.use(VueDapp) | |
app.mount('#app') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment