@kizmann/nano-ui 0.7.12 → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.7.12",
3
+ "version": "0.7.13",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -203,7 +203,8 @@ export default {
203
203
 
204
204
  render()
205
205
  {
206
- let size = this.size || this.NForm.size;
206
+ let size = this.size || Obj.get(this.NForm, 'size', 'md');
207
+
207
208
 
208
209
  let classList = [
209
210
  'n-form-item',