摘要: index.vue 文件 <template> <div id="app"> <input type="text" v-model="this.$store.state.count" /> <!-- --> <div>{{ count }}</div> <!-- 双向绑定 --> <input ty 阅读全文
posted @ 2020-12-04 10:27 小猴子会上树 阅读(482) 评论(0) 推荐(0)