Skip to content

Instantly share code, notes, and snippets.

@johnson86tw
Created December 9, 2021 09:14
Show Gist options
  • Save johnson86tw/7733e6c51aba72928d6234b39a9c990b to your computer and use it in GitHub Desktop.
Save johnson86tw/7733e6c51aba72928d6234b39a9c990b to your computer and use it in GitHub Desktop.
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