使用树形控件需要映入 jsx才能运行链接:https://github.com/vuejs/babel-plugin-transform-vue-jsx#usage

npm install\
babel-plugin-syntax-jsx\
babel-plugin-transform-vue-jsx\
babel-helper-vue-jsx-merge-props\
babel-preset-es2015\
--save-dev
在你的 .babelrc: 加入以下代码

{
"presets": ["es2015"],
"plugins": ["transform-vue-jsx"]
}

最新文章

  1. 使用GDB 追踪依赖poco的so程序,core dump文件分析.
  2. Shell 编程基础之 && 与 ||
  3. python pycurl模块
  4. ALV用例大全
  5. 四、CCSprite
  6. Java程序员必备的 15框开发工具
  7. (转)ReSharper 配置及用法
  8. Python作用域
  9. boost库之graph入门
  10. 关于变量 Objects...objects 和Object[] objects的区别
  11. pip install 提示"no previously-included directories found matching"及"no previously-included files matching found anywhere in distribution",且偶发无法关联安装 PyPI 库的故障
  12. SpringBoot 同时整合thymeleaf html、vue html和jsp
  13. nw.js中用sqlite3
  14. 搭建正则开源工具Regexper
  15. Program License Agreement updated/The updated Apple Developer Program License Agreement needs to be reviewed.
  16. PHP--traits
  17. cocos2dx - JS - 碰撞检测
  18. 【Java】IO Stream详细解读
  19. 混淆和加密.NET开发工具
  20. Angular 4 重定向路由

热门文章

  1. 二叉树,B树,B+树,红黑树 简介
  2. linux下面redis安装
  3. java序列化的认识(从多本书和多个博客中的总结)
  4. linux同步机制2
  5. 浅谈CSRF
  6. HDU 6315 Naive Operations(线段树区间整除区间)
  7. UVa 1600 Patrol Robot(三维广搜)
  8. Java_10.1继承应用
  9. Linux下tar.gz、tar、bz2、zip等解压缩、压缩命令小结(转)
  10. VIO回顾:从滤波和优化的视角