chore: revert prettier
This commit is contained in:
@@ -35,7 +35,9 @@ function toNumber(val: string): number | string {
|
||||
|
||||
// We are exporting the v-model runtime directly as vnode hooks so that it can
|
||||
// be tree-shaken in case v-model is never used.
|
||||
export const vModelText: ObjectDirective<HTMLInputElement | HTMLTextAreaElement> = {
|
||||
export const vModelText: ObjectDirective<
|
||||
HTMLInputElement | HTMLTextAreaElement
|
||||
> = {
|
||||
beforeMount(el, { value, modifiers: { lazy, trim, number } }, vnode) {
|
||||
el.value = value
|
||||
const assign = getModelAssigner(vnode)
|
||||
|
||||
Reference in New Issue
Block a user