摘要: 1.局部引入 import echars from "echarts" 2.引入composition-api import {reactive,computed,onMounted,toRefs} from '@vue/composition-api'; 3.定义一个方法 const init=( 阅读全文
posted @ 2020-07-15 22:13 心意如水hucuie22 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 1.配置路由 { path: '/hellow', name:"hellow", component: hellow, meta:{title:"hellow"} } 2,在mount里面赋值 mounted(){ this.title=this.$route.matched; }, 阅读全文
posted @ 2020-07-15 18:04 心意如水hucuie22 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_31126175/article/details/81875468 https://blog.csdn.net/qq_31126175/article/details/88824380 阅读全文
posted @ 2020-07-15 14:32 心意如水hucuie22 阅读(151) 评论(0) 推荐(0) 编辑