* chore(permission): fix func name typo * fix(apiSelect): fix `v-bind` value `attrs` to `$attrs`
@@ -1,7 +1,7 @@
<template>
<Select
@dropdownVisibleChange="handleFetch"
- v-bind="attrs"
+ v-bind="$attrs"
@change="handleChange"
:options="getOptions"
v-model:value="state"