Created
January 12, 2020 22:25
-
-
Save tonysm/dcd5a8844f05dc0fc0860be46f110f58 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 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