element ui this.$msgbox 自定义组件

javascript 复制代码
            this.$msgbox({
                title: "选择", 
                message: (
                    <com1
                         figs={this.figs} 
                        on-selected={this.new_selected}
                    ></com1>
                ),
                showCancelButton: false,
                showConfirmButton: false,
            });

运行报错 Syntax Error: Unexpected token (89:20)

参考:

https://github.com/vuejs/babel-plugin-transform-vue-jsx

javascript 复制代码
npm install\
  babel-plugin-syntax-jsx\
  babel-plugin-transform-vue-jsx\
  babel-helper-vue-jsx-merge-props\
  babel-preset-env\
  --save-dev

在项目文件夹中创建.babelrc文件

javascript 复制代码
{
  "presets": ["env"],
  "plugins": ["transform-vue-jsx"]
}
相关推荐
Rain_Rong4 分钟前
linux检测硬盘
linux·运维·服务器
过过过呀Glik7 分钟前
在 Ubuntu 上安装 Muduo 网络库的详细指南
linux·c++·ubuntu·boost·muduo
李昊哲小课42 分钟前
deepin 安装 zookeeper
大数据·运维·zookeeper·debian·hbase
真真-真真1 小时前
WebXR
linux·运维·服务器
轩辰~1 小时前
网络协议入门
linux·服务器·开发语言·网络·arm开发·c++·网络协议
wanhengidc2 小时前
短视频运营行业该如何选择服务器?
运维·服务器
雨中rain2 小时前
Linux -- 从抢票逻辑理解线程互斥
linux·运维·c++
-KamMinG2 小时前
Centos7.9安装openldap+phpldapadmin+grafana配置LDAP登录最详细步骤 亲测100%能行
运维·grafana
Bessssss3 小时前
centos日志管理,xiao整理
linux·运维·centos
s_yellowfish3 小时前
Linux服务器pm2 运行chatgpt-on-wechat,搭建微信群ai机器人
linux·服务器·chatgpt