!35 修复 ApiSelect 不触发 api 的问题

Merge pull request !35 from zsa/master
pull/36/MERGE
xingyu 2023-09-24 03:30:59 +00:00 committed by Gitee
commit 6b8325c4af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ function handleChange(_, ...args) {
<template> <template>
<Select <Select
v-bind="$attrs" v-model:value="state" :options="getOptions" @dropdown-open-change="handleFetch" v-bind="$attrs" v-model:value="state" :options="getOptions" @dropdown-visible-change="handleFetch"
@change="handleChange" @change="handleChange"
> >
<template v-for="item in Object.keys($slots)" #[item]="data"> <template v-for="item in Object.keys($slots)" #[item]="data">