Created
April 24, 2020 10:29
-
-
Save ilikerobots/7f80634285ef20efc5e721f4097b0671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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