摘要: 预设vue: 1 { 2 // Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and 3 // description. The prefix 阅读全文
posted @ 2020-11-02 17:14 tcanhe 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 全国行政区划GeoJON 支持省市县维度 http://datav.aliyun.com/tools/atlas/#&lat=30.332329214580188&lng=106.72278672066881&zoom=3.5 HighCharts 全球行政区划数据集 https://img.hch 阅读全文
posted @ 2020-11-02 14:34 tcanhe 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 首选项设置settings.json settings.json中配置files.associations对象 1 "emmet.includeLanguages": { 2 "vue": "html", 3 "vue-html": "html", 4 "wxml": "html" 5 }, 转载: 阅读全文
posted @ 2020-11-02 13:57 tcanhe 阅读(1738) 评论(0) 推荐(0) 编辑
摘要: 在vue 中 使用 g2 好多帖子说在 main.js 文件中 直接用下列语句引用 1 import G2 from '@antv/g2' 2 Vue.use(G2) 会出现下列错误: 解决办法: 1 import * as G2 from '@antv/g2' 新问题: 但在新页面还是需要再引用一 阅读全文
posted @ 2020-11-02 10:50 tcanhe 阅读(2066) 评论(0) 推荐(0) 编辑
摘要: 问题: 不明白数组怎么就有children字段了,怎么添加的 运行顺序是怎么样的 1 <script> 2 3 export default { 4 name: 'app', 5 data() { 6 return { 7 treeData: [ 8 { 9 id: '1', 10 name: '1 阅读全文
posted @ 2020-11-02 10:07 tcanhe 阅读(122) 评论(0) 推荐(0) 编辑