dont mutate prop directly

This commit is contained in:
Andrew Croce
2018-08-08 11:13:09 -04:00
parent 526b6c7653
commit 375bdc52b8
2 changed files with 4 additions and 3 deletions

View File

@@ -143,7 +143,7 @@
<masked-input
v-on:input='onInput'
v-on:change='onChange'
v-model='value'
v-model='renderedValue'
id='basic-text-1'
type='text'
ref='input'