Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Created January 23, 2021 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djirdehh/0ed9816772833660a833036e73f07035 to your computer and use it in GitHub Desktop.
Save djirdehh/0ed9816772833660a833036e73f07035 to your computer and use it in GitHub Desktop.
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