![vue](https://habrastorage.org/r/w120/files/0b7/a0e/6ab/0b7a0e6ab1db4f109548f068c2bd2cff.png)
Vue.js
- 1 ответ
- 0 вопросов
1
Вклад в тег
var Foo = Vue.extend({
template: '#view1'
})
var Bar = Vue.extend({
template: '#view2'
})
<div class="hiden">
<div id="view2">
......
</div>
<div id="view2">
...
</div>
</div>