Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

Vue2 的JSX spread操作符不起作用

$
0
0

如题,代码如下:

image.png

结果:

image.png

babel配置:

{
    "presets": [
        ["es2015", {"modules": false}],
        ["stage-3"]
    ],
    "plugins": ["transform-vue-jsx"]
}

求教大神,这要怎么搞才行。。。


Viewing all articles
Browse latest Browse all 14821

Trending Articles