I am using @coders-tm/vue-number-format: "2.19.0". When `price` is initialized with a value, I want to clear it as follows: ```html <button @click="price = ''"> Clear </button> ``` But the input box is not cleared. 