Skip to content

Commit 15e7236

Browse files
committed
fix(SchemaOrgDebug): import onBeforeUnmount
1 parent e6f60be commit 15e7236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema-org/runtime/components/SchemaOrgDebug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineComponent, h, nextTick, onMounted, ref } from 'vue'
1+
import { defineComponent, h, nextTick, onBeforeUnmount, onMounted, ref } from 'vue'
22

33
export const SchemaOrgDebug = defineComponent({
44
name: 'SchemaOrgDebug',

0 commit comments

Comments
 (0)