7 lines
67 B
JavaScript
7 lines
67 B
JavaScript
var app = new Vue({
|
|
el: '#app',
|
|
data: {
|
|
show: true
|
|
}
|
|
});
|