标签: vue.js vuejs2 vue-component
我希望增加和减少我在Vue组件中获得表单道具的<test :test="{{ $my_cart['cart_quantity'][$i] }}"></test>
<test :test="{{ $my_cart['cart_quantity'][$i] }}"></test>
这是我的组件
Vue.component('test',{ props: {
这是HTML标记