未验证 提交 c753d945 编写于 作者: H handsomeFu 提交者: GitHub

fix: 修复 `apiSelect` 绑定值 `attrs` 的问题 (#1172)

* chore(permission): fix func name typo

* fix(apiSelect): fix `v-bind` value  `attrs` to `$attrs`
上级 83c1683b
<template>
<Select
@dropdownVisibleChange="handleFetch"
v-bind="attrs"
v-bind="$attrs"
@change="handleChange"
:options="getOptions"
v-model:value="state"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册