- 将 data-nutrient-index/data-item-id/data-item-kid 的 {{ }} 插值语法
改为 v-bind (:) 简写语法
- 适配 Vue 2 模板编译规范
Error: Interpolation inside attributes has been removed.
Use v-bind or the colon shorthand instead.
- 将 data-nutrient-index/data-item-id/data-item-kid 的 {{ }} 插值语法
改为 v-bind (:) 简写语法
- 适配 Vue 2 模板编译规范
Error: Interpolation inside attributes has been removed.
Use v-bind or the colon shorthand instead.