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