Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active October 29, 2021 18:12
Show Gist options
  • Save SidneyAllen/1e2f227d3f49748359f4cd307007e627 to your computer and use it in GitHub Desktop.
Save SidneyAllen/1e2f227d3f49748359f4cd307007e627 to your computer and use it in GitHub Desktop.
// src/main.js
import { createApp } from 'vue'
import App from './App.vue'
import router from "./router";
createApp(App).use(router).mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment