营销:优化商城装修组件

This commit is contained in:
owen
2023-12-15 17:12:02 +08:00
parent 33162a12c0
commit 80355f3acd
5 changed files with 6 additions and 5 deletions

View File

@@ -29,6 +29,7 @@
:key="appLinkIndex"
:content="appLink.path"
placement="bottom"
:show-after="300"
>
<el-button
class="m-b-8px m-r-8px m-l-0px!"

View File

@@ -37,7 +37,7 @@ const emit = defineEmits<{
'update:modelValue': [link: string]
}>()
watch(
() => appLink,
() => appLink.value,
() => emit('update:modelValue', appLink.value)
)
</script>