摘要:
watch: { todos: { handler() { localStorage.setItem("key", JSON.stringify(this.todos)); }, deep: true, }, }, 阅读全文
摘要:
router-link:路由跳转,不会给服务器发送请求 阅读全文
摘要:
vue-router的基本使用 在index.js文件中导入vue和vue-router 引入vue import Vue from 'vue' 导入vue-router import VueRouter from 'vue-router' 模块化机制,使用Router Vue.use(VueRou 阅读全文