-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多组件引入的时候报错 #32
Comments
兄弟,这个问题解决了吗 |
我分析了下, 示例是错误的。多个lib的时候,引用方式应该是 这个形式: |
@tengmaoqing 也是有问题的 nuxt/nuxt#1603 |
这种方式我这可以,之前是两个对象并列,有点第二个把第一个覆盖了的意思,现在放到一个数组里,就成了共存的了。。。以上纯属个人瞎猜,还是滚去看下源码把。。。 |
这种方式可以解决 +1 |
@ZinLiao 我这里不行,试过了 |
@yoyo837 |
Multiple Modules{
"plugins": [
[
"component",
[
{
"libraryName": "antd",
"style": true
},
{
"libraryName": "test-module",
"style": true
},
// ...
]
]
} |
The text was updated successfully, but these errors were encountered: