VUE 入门
VUE 指令
VUE 方法
VUE 计算属性
VUE 观察者
VUE 扩展
VUE 组件
VUE 插槽
VUE 引用
VUE 生命周期钩子
VUE 提供/注入
VUE 路由
VUE 动画
VUE 构建

Menu
×
×
正确

练习:

当使用v-for创建HTML元素,并使用ref属性时,如下所示:

<li v-for="x in liTexts" ref="liEl">{{ x }}</li>

the elements will be added to the $refs object as an array.

不正确

点击 此处 重试

正确

下一题 ❯
the elements will be added to the $refs object as an .







×

重置分数?