Skip to content

Instantly share code, notes, and snippets.

@mtermoul

mtermoul/main.js Secret

Created April 3, 2019 15:23
Show Gist options
  • Save mtermoul/0b2d5c4944538d8b5a48902114e37d91 to your computer and use it in GitHub Desktop.
Save mtermoul/0b2d5c4944538d8b5a48902114e37d91 to your computer and use it in GitHub Desktop.
col-admin/src/main.js
...
new Vue({
store,
router,
render: h => h(App),
created () {
this.$store.dispatch('fetchStudents')
}
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment