Pre Merge pull request !35 from zsa/master

pull/35/MERGE
zsa 2023-09-23 12:06:13 +00:00 committed by Gitee
commit 68f6f03e2e
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>
<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"
>
<template v-for="item in Object.keys($slots)" #[item]="data">