chore: run updated prettier
This commit is contained in:
@@ -181,9 +181,8 @@ export const vModelSelect: ModelDirective<HTMLSelectElement> = {
|
||||
addEventListener(el, 'change', () => {
|
||||
const selectedVal = Array.prototype.filter
|
||||
.call(el.options, (o: HTMLOptionElement) => o.selected)
|
||||
.map(
|
||||
(o: HTMLOptionElement) =>
|
||||
number ? toNumber(getValue(o)) : getValue(o)
|
||||
.map((o: HTMLOptionElement) =>
|
||||
number ? toNumber(getValue(o)) : getValue(o)
|
||||
)
|
||||
el._assign(
|
||||
el.multiple
|
||||
|
||||
@@ -66,7 +66,7 @@ export const withKeys = (fn: Function, modifiers: string[]) => {
|
||||
compatUtils.isCompatEnabled(DeprecationTypes.CONFIG_KEY_CODES, instance)
|
||||
) {
|
||||
if (instance) {
|
||||
globalKeyCodes = ((instance.appContext.config as any) as LegacyConfig)
|
||||
globalKeyCodes = (instance.appContext.config as any as LegacyConfig)
|
||||
.keyCodes
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user