Skip to content

Commit 590a6f8

Browse files
committed
fix(uni-app-components): fix template
1 parent 4622ba0 commit 590a6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uni-app-components/src/components/AdInteractive/AdInteractive.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const props = defineProps<AdInteractiveProps>();
99
</script>
1010

1111
<template>
12-
<ad-draw :props>
12+
<ad-interactive :props>
1313
<slot></slot>
14-
</ad-draw>
14+
</ad-interactive>
1515
</template>

0 commit comments

Comments
 (0)