Skip to content

Instantly share code, notes, and snippets.

@tnylea
Created April 20, 2017 17:24
Show Gist options
  • Save tnylea/481033599d61249c022dca8dabd4e06e to your computer and use it in GitHub Desktop.
Save tnylea/481033599d61249c022dca8dabd4e06e to your computer and use it in GitHub Desktop.
Example of creating a Vue Instance for Post infinite scroll
if(document.getElementById('post')){
window.VueAppPost = new Vue({
el: '#post'
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment