Skip to content

Instantly share code, notes, and snippets.

@PierBover
Created November 11, 2018 22:36
Show Gist options
  • Save PierBover/47e40c8aa4f19c781fb5361f3a525c7d to your computer and use it in GitHub Desktop.
Save PierBover/47e40c8aa4f19c781fb5361f3a525c7d to your computer and use it in GitHub Desktop.
var component = new Vue({
el: '#fruits',
template: '#fruits-template',
data: {
fruits: ['Apple', 'Mango', 'Banana']
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment