Skip to content

Instantly share code, notes, and snippets.

@lwakefield
Created March 1, 2016 13:17
Show Gist options
  • Save lwakefield/8b616552cb23192cba47 to your computer and use it in GitHub Desktop.
Save lwakefield/8b616552cb23192cba47 to your computer and use it in GitHub Desktop.
if (Meteor.isClient) {
Meteor.startup(() => {
new Vue({
el: 'body',
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment