actions-cool/github-action-branding 5
🌀 Quickly preview and select the branding icon used by github action.
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
📖 Documentation Generator of React Component
🤖 A GitHub Action easily helps you automatically manage issues. Welcome to try.
JSX for Vue 3
📅 All Date Pickers you need.
React Tabs
biu~
⚡️ A curated list of awesome things related to Vite.js
push eventvueComponent/ant-design-vue
commit sha dcb34b08e9992881d29aef882043f10ea76f7721
fix: ssr error #3983 #3997
commit sha b51f25fff70e75e192e0435e6929171af703ea68
chore: update webpack config
commit sha 49ad7684328cfe0a07be57dd5f97ca14b7471383
Merge remote-tracking branch 'origin/next' into v3
push time in 8 minutes
issue commentvueComponent/ant-design-vue
Warnings on console when using Menu component
这个搭配使用正常
{
"ant-design-vue": "^2.1.2",
"vue": "^3.0.11"
}
升级antdv到2.1.2以上就会报警告,但是使用正常
comment created time in 17 minutes
startedalibaba/G3D
started time in 20 minutes
issue closedvueComponent/ant-design-vue
Ant-design-vue cannot run in projects based on vite-ssr
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.3
Environment
window 10;chrome 90.0.4430.85;vue 3.0.8;vite 2.2.3
Reproduction link
https://github.com/zct1989/vite-ssr-demo
Steps to reproduce
npm run dev
What is expected?
正常运行
What is actually happening?
运行后报错如下:
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/zhuchentong/Project/ssr-vue/node_modules/lodash-es/isPlainObject.js
require() of ES modules is not supported.
require() of /home/zhuchentong/Project/ssr-vue/node_modules/lodash-es/isPlainObject.js from /home/zhuchentong/Project/ssr-vue/node_modules/ant-design-vue/lib/_util/props-util/index.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename isPlainObject.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /home/zhuchentong/Project/ssr-vue/node_modules/lodash-es/package.json.
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1080:13)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/home/zhuchentong/Project/ssr-vue/node_modules/ant-design-vue/lib/_util/props-util/index.js:28:45)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
<!-- generated by issue-helper. DO NOT REMOVE -->
closed time in 29 minutes
zct1989issue closedvueComponent/ant-design-vue
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.1
Environment
vue 3.0.11
Reproduction link
https://github.com/langhuihui/test-ssr
Steps to reproduce
yarn yarn build yarn ssr
What is expected?
无报错
What is actually happening?
internal/modules/cjs/loader.js:1015 throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); ^
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /……/node_modules/lodash-es/isPlainObject.js require() of ES modules is not supported. require() of /……/node_modules/lodash-es/isPlainObject.js from /……/node_modules/ant-design-vue/lib/_util/props-util/index.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules. Instead rename isPlainObject.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /……/node_modules/lodash-es/package.json.
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1015:13) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/……/node_modules/ant-design-vue/lib/_util/props-util/index.js:27:45) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) { code: 'ERR_REQUIRE_ESM' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
<!-- generated by issue-helper. DO NOT REMOVE -->
closed time in 30 minutes
langhuihuistartedtailwindlabs/headlessui
started time in 30 minutes
push eventvueComponent/ant-design-vue
commit sha dcb34b08e9992881d29aef882043f10ea76f7721
fix: ssr error #3983 #3997
commit sha b51f25fff70e75e192e0435e6929171af703ea68
chore: update webpack config
push time in 31 minutes
startedSalvatorePreviti/roaring-node
started time in an hour
startedgeektutu/7days-golang
started time in an hour
issue commentvueComponent/ant-design-vue
The expandedRowRender slot of a-table cannot be rendered when the component is used by the browser
https://jsfiddle.net/0yes4t6v/2/ 可以这样,浏览器引入的话slot name都会被lower处理掉
comment created time in an hour
startedziolko/babel-plugin-auto-await
started time in an hour
startedumijs/dumi
started time in an hour
startedjspm/generator
started time in 2 hours
startedbtholt/citr-v6-project
started time in 2 hours
startedbtholt/complete-intro-to-react-v6
started time in 2 hours
startedcomputerjazz/react-native-draggable-flatlist
started time in 2 hours
issue closedvueComponent/ant-design-vue
style conflicts with tailwind css
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.4
Environment
vue 3
Reproduction link
https://github.com/boot-vue/bug
Steps to reproduce
git clone https://github.com/boot-vue/bug.git
cd vite1
yarn install
yarn dev
open http://localhost:3000/
What is expected?
antv message style performance normal
What is actually happening?
message box icon position is unnormal
It is affected by tailwind css, but I don't know which style in tailwind css led to this result
<!-- generated by issue-helper. DO NOT REMOVE -->
closed time in 2 hours
boot-vueissue commentvueComponent/ant-design-vue
style conflicts with tailwind css
ant-design-vue override my global styles!
Yes, ant-design-vue is designed to develop a complete background application, we override some global styles for styling convenience, and it can't be removed now. More info trace ant-design/ant-design#4331 .
ok, I known how to resolve. tailwind
comment created time in 2 hours
startedapache/pulsar
started time in 3 hours
issue commentvueComponent/ant-design-vue
style conflicts with tailwind css
ant-design-vue override my global styles!
Yes, ant-design-vue is designed to develop a complete background application, we override some global styles for styling convenience, and it can't be removed now. More info trace https://github.com/ant-design/ant-design/issues/4331 .
comment created time in 4 hours
issue commentvueComponent/ant-design-vue
https://2x.antdv.com/components/image
comment created time in 4 hours
issue commentvueComponent/ant-design-vue
Ant-design-vue cannot run in projects based on vite-ssr
Hello @zct1989. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
你好 @zct1989,我们完全同意你的提议/反馈,欢迎直接在此仓库创建一个 Pull Request 来解决这个问题。请将 Pull Request 发到正确的分支,务必填写 Pull Request 内的预设模板,提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。
comment created time in 4 hours
issue closedvueComponent/ant-design-vue
Using v-decorator in textarea will cause the browser to crash
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.7.3
Environment
1.7.X 以下所有版本
Reproduction link
Steps to reproduce
使用ctrl c复制一些数据到文本框然后使用逗号隔开继续复制,会导致浏览器卡死 复现链接:https://codesandbox.io/s/suspicious-zhukovsky-gbdwh?file=/src/components/textArea.vue
What is expected?
正常复制填写
What is actually happening?
浏览器崩溃
<!-- generated by issue-helper. DO NOT REMOVE -->
closed time in 4 hours
maxiong88issue commentvueComponent/ant-design-vue
difficult to search props in docs now, because the demo codes is all folded at first. try to list props used simply below the introduction?
comment created time in 4 hours
Displays customizable markers upon progress bars of videojs players
http://sampingchuang.com/videojs-markers
fork in 5 hours
issue commentvueComponent/ant-design-vue
Using v-decorator in textarea will cause the browser to crash
正则错误
comment created time in 5 hours