learnin-some-vue/app.js
2018-04-13 22:50:29 -04:00

7 lines
67 B
JavaScript

var app = new Vue({
el: '#app',
data: {
show: true
}
});