Skip to content

Commit 4f310fc

Browse files
authored
disable separator required warning
1 parent ed13ee9 commit 4f310fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vue-numeric.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
4949
separator: {
5050
default: ',',
51-
required: true,
51+
required: false,
5252
type: String
5353
}
5454
},
@@ -138,4 +138,4 @@ export default {
138138
}
139139
}
140140
}
141-
</script>
141+
</script>

0 commit comments

Comments
 (0)