orchard/docs/app-win/index.js

9 lines
No EOL
105 B
JavaScript

var app = new Vue({
el: "#app",
data: {
drawertest: false
},
methods: {
}
})