Files
msh-system/msh_single_uniapp/pages/tool
scottpan 50d5b7ebf9 fix: 修复 Vue 模板 data-* 属性绑定语法错误
- 将 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.
2026-03-05 10:54:10 +08:00
..