@kizmann/nano-ui 0.6.10 → 0.6.11
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -6,7 +6,7 @@ export default {
|
|
6
6
|
|
7
7
|
props: {
|
8
8
|
|
9
|
-
|
9
|
+
modelValue: {
|
10
10
|
default()
|
11
11
|
{
|
12
12
|
return null;
|
@@ -144,7 +144,7 @@ export default {
|
|
144
144
|
{
|
145
145
|
return {
|
146
146
|
focus: false,
|
147
|
-
tempValue: Now.make(this.
|
147
|
+
tempValue: Now.make(this.modelValue),
|
148
148
|
}
|
149
149
|
},
|
150
150
|
|