Created
April 20, 2017 17:24
-
-
Save tnylea/481033599d61249c022dca8dabd4e06e to your computer and use it in GitHub Desktop.
Example of creating a Vue Instance for Post infinite scroll
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
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