@kizmann/nano-ui 0.8.36 → 0.8.37

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.8.36",
3
+ "version": "0.8.37",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -4,6 +4,14 @@ export default {
4
4
 
5
5
  name: 'NDatetimepicker',
6
6
 
7
+ inject: {
8
+
9
+ NFormItem: {
10
+ default: undefined
11
+ }
12
+
13
+ },
14
+
7
15
  props: {
8
16
 
9
17
  modelValue: {