Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilikerobots/7f80634285ef20efc5e721f4097b0671 to your computer and use it in GitHub Desktop.
Save ilikerobots/7f80634285ef20efc5e721f4097b0671 to your computer and use it in GitHub Desktop.
import Vue from "vue/dist/vue.js";
const Stopwatch = () => import( /* webpackChunkName: "chunk-stopwatch" */ "./components/Stopwatch.vue");
Vue.config.productionTip = false;
new Vue({
el: "#stopwatch",
components: {Stopwatch}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment