This commit is contained in:
07akioni 2020-05-29 11:22:07 +08:00
parent ddba899b12
commit c714d8a1de
5 changed files with 8 additions and 7 deletions

View File

@ -5,10 +5,10 @@ Collect & validate data.
```demo
inline
custom-rule
custom-validation
top
left
async
custom-validation
```
## Props
### Form Props

View File

@ -6,10 +6,10 @@
```demo
inline
custom-rule
custom-validation
top
left
async
custom-validation
validator-debug
```
## Props

View File

@ -120,9 +120,9 @@
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@css-render/plugin-bem": "^0.8.3",
"@css-render/plugin-bem": "^0.8.4",
"async-validator": "^1.11.5",
"css-render": "^0.8.3",
"css-render": "^0.8.4",
"date-fns": "^2.9.0",
"highlight.js": "^9.18.1",
"lodash-es": "^4.17.15",

View File

@ -27,9 +27,6 @@ export default {
return subMenuNames
}
},
mounted () {
console.log(this)
},
methods: {
createMenu (h, items) {
return items.map(item => {

View File

@ -161,6 +161,10 @@ h('NLayout', {
## 2020.5.19
得看懂 vue 究竟是怎么更新组件的...
## 2020.5.28
目前看来,对于动态样式,有两种情况,一种是像直接通过 prop 生效,另一种是通过组合才生效,比如 error 的 formitem 与 input判断是否要生成样式是个比较麻烦的事目前看来比较凑巧的是这个样式的体积不是很大其实放在哪边都差不多= =
## TODO 排序不分先后
1. <del>Focus Detector on Time Selector</del>
2. <del>Menu Root Indent = 0 可能造成问题</del>