types: improve ref typing (#8124)
* types: improve ref typing * types: message
This commit is contained in:
@@ -127,7 +127,7 @@ export default createComponent({
|
||||
};
|
||||
|
||||
let actionType: 'plus' | 'minus';
|
||||
const inputRef = ref();
|
||||
const inputRef = ref<HTMLInputElement>();
|
||||
const current = ref(getInitialValue());
|
||||
|
||||
const minusDisabled = computed(
|
||||
|
||||
Reference in New Issue
Block a user