We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@MisterLuffy #38 (comment)
Windows环境下依然报错,麻烦解决windows下的环境
Originally posted by @azhengyongqin in #38 (comment)
The text was updated successfully, but these errors were encountered:
这看起来是一个 Storybook 的配置问题,可以搜索一下 Storybook 的 Issue。刚才简单尝试了一下没有解决,如果解决了请在下边评论,我会去更新项目的默认配置。
Sorry, something went wrong.
我把.storybook/preview.js替换为以下内容,解决了exports is not defined的bug
.storybook/preview.js
exports is not defined
import '@arco-design/web-vue/dist/arco.css'; module.exports = { parameters: { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, }, };
No branches or pull requests
@MisterLuffy #38 (comment)
Windows环境下依然报错,麻烦解决windows下的环境
Originally posted by @azhengyongqin in #38 (comment)
The text was updated successfully, but these errors were encountered: