Skip to content

Instantly share code, notes, and snippets.

@crookse
Created November 28, 2019 14:44
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 crookse/ba251354dd2ae837cb7b252e001b229d to your computer and use it in GitHub Desktop.
Save crookse/ba251354dd2ae837cb7b252e001b229d to your computer and use it in GitHub Desktop.
Vue: Automate Your Routing - routes.compiled.js
import * as about_0 from "/private/var/src/vue-automated-routing/vue/about.vue";
import * as contact_1 from "/private/var/src/vue-automated-routing/vue/contact.vue";
import * as home_2 from "/private/var/src/vue-automated-routing/vue/home.vue";
export default [
about_0,
contact_1,
home_2,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment