Skip to content

Instantly share code, notes, and snippets.

@tonysm
Created January 12, 2020 22:25
Show Gist options
  • Save tonysm/dcd5a8844f05dc0fc0860be46f110f58 to your computer and use it in GitHub Desktop.
Save tonysm/dcd5a8844f05dc0fc0860be46f110f58 to your computer and use it in GitHub Desktop.
import TurbolinksAdapter from 'vue-turbolinks';
document.addEventListener('turbolinks:load', () => {
var vueapp = new Vue({
el: "#hello",
template: '<App/>',
mixins: [TurbolinksAdapter],
components: { App }
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment