173.Vue.js智能扫码点餐系统(七)【首页菜品数据渲染、详情页面传值以及数据渲染】2019.03.21

0、知识点 页面跳转传值(动态路由、get) 1、跳转传值方式 第一种:动态路由 在main.js文件中,给Pcontent添加一个id // 配置路由 const routes = [ { path: '/start', component: Start }, { path: '/home', component: Home }, { path: '/hot', component
相关文章
相关标签/搜索