6 lines
No EOL
82 B
JavaScript
6 lines
No EOL
82 B
JavaScript
var app = new Vue({
|
|
el: "#app",
|
|
data: {
|
|
drawertest: false
|
|
}
|
|
}) |