Skip to content

Commit 59d9fef

Browse files
committed
chore: 移除不必要的异步函数声明
1 parent 25459b9 commit 59d9fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/__VUE/popover/index.taro.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default create({
238238
239239
watch(
240240
() => props.visible,
241-
async (value) => {
241+
(value) => {
242242
showPopup.value = value
243243
if (value) nextTick(() => getContentWidth())
244244
}

0 commit comments

Comments
 (0)