如何避免多次开机?

时间:2018-08-14 02:02:15

标签: vue.js vuejs2 vue-component

  <button-counter v-on:increment="incrementTotal"></button-counter>
  <button-counter v-on:increment="incrementTotal"></button-counter>

每次定义一个v-on:increment="incrementTotal"时,我都要重复button-counter,有什么办法可以避免它?

0 个答案:

没有答案