v-bind:value="diy" 
添加到 <input type="button" /> 中可以,
添加到<button />中不可以,

diy是vue实例选项data中的数据

 

v-bind:value="diy" 添加到 <input type="button" /> 中可以,添加到<button />中不可以,diy是data中的数据

v-bind:value="diy" 添加到 <input type="button" /> 中可以,添加到<button />中不可以,diy是data中的数据

 

相关文章:

  • 2021-08-16
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-01-15
  • 2021-11-20
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案