Skip to content

Instantly share code, notes, and snippets.

@weihungchin
Created October 19, 2021 08:40
Show Gist options
  • Save weihungchin/f798b3e9af703102413cfdfd62855e39 to your computer and use it in GitHub Desktop.
Save weihungchin/f798b3e9af703102413cfdfd62855e39 to your computer and use it in GitHub Desktop.
src/main.js
import { createApp } from 'vue'
import App from './App.vue'
import store from './store'
createApp(App).use(store).mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment