使用vue2实现购物车和地址选配功能 首先,vue基础js写法newVue({el:"#app",//模型data:{},filters:{},mounted:function(){this.$nextTick(function(){// 实现购物车和地址选配