Created
November 11, 2018 22:36
-
-
Save PierBover/47e40c8aa4f19c781fb5361f3a525c7d 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
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