-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vue3-antdv): 适配 a-form feat(vue3-ant): 更新a-form fix(vue3-elementplus): 修复elementPlus popover 组件渲染异常问题 fix #27 fix(vue3): 修复vue3版本inline 设置无效问题 fix #27 feat(core): 优化core 配置项 feat(vue3-antdv): 支持 a-form validate chore(vue3-antdv): 添加注释 feat(vue3-antdv): 完成 formItem 对子元素输入监听 feat(vue3-antdv): 完成 antdv基础组件 fix(vue3-antdv): 修复 formItem name参数需要数组的问题 feat(vue3-antdv): 适配checkbox radio select组件 feat(vue3-antdv): 更新样式 feat(vue3-antdv): 添加vue3-antdv 时间日期相关组件 feat(antdv): antdv 添加时间日期选择 feat(vue3-antdv): 添加upload 上传组件适配 feat(vue3-antdv): 优化图片上传逻辑 feat(vue3-antdv): 优化antdv适配体验 feat(vue3-antdv): 添加 on-form-mounted emit,支持获取form组件实例 re #27 chore(lib): 调整图标为统一内置svg,不再各ui框架单独配置 feat(vue3 antdv): 兼容ant vue v-model组件不使用moduleValue feat(vue3-antdv): 适配vue3-antdv hack首元素不是输入组件时正常校验 re #40 build(lib): build lib docs(docs): 更新文档 chore(playground): 优化地址跳转体验 chore(playground): 更新 vue ant到正式版本 chore(lib): 更新依赖版本
- Loading branch information
Showing
95 changed files
with
27,547 additions
and
808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Created by Liu.Jun on 2021/2/1 10:00 下午. | ||
*/ | ||
|
||
import Antd from 'ant-design-vue'; | ||
|
||
// eslint-disable-next-line import/no-webpack-loader-syntax | ||
import '!vue-style-loader!css-loader!ant-design-vue/dist/antd.css'; | ||
|
||
export default { | ||
install(app) { | ||
app.use(Antd); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ import iView from 'iview'; | |
|
||
export default { | ||
install(Vue) { | ||
// debugger; | ||
Vue.use(iView); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.