mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 02:24:29 +00:00
fix: 修复 apiSelect
绑定值 attrs
的问题 (#1172)
* chore(permission): fix func name typo * fix(apiSelect): fix `v-bind` value `attrs` to `$attrs`
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Select
|
||||
@dropdownVisibleChange="handleFetch"
|
||||
v-bind="attrs"
|
||||
v-bind="$attrs"
|
||||
@change="handleChange"
|
||||
:options="getOptions"
|
||||
v-model:value="state"
|
||||
|
Reference in New Issue
Block a user