Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Created January 23, 2021 23:40
Embed
What would you like to do?
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