【issues/897】JSearchSelect组件添加class/style样式不生效

pull/975/head
zhangdaiscott 2023-12-05 14:30:55 +08:00
parent c2bb591582
commit 40fe2ed0fe
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@
setup(props, { emit, refs }) {
const options = ref<any[]>([]);
const loading = ref(false);
const attrs = useAttrs();
// update-begin--author:liaozhiyang---date:20231205---forissues/897JSearchSelectclass/style
const attrs = useAttrs({'excludeDefaultKeys': false});
// update-end--author:liaozhiyang---date:20231205---forissues/897JSearchSelectclass/style
const selectedValue = ref([]);
const selectedAsyncValue = ref([]);
const lastLoad = ref(0);