diff --git a/packages/runtime-core/src/componentPublicInstance.ts b/packages/runtime-core/src/componentPublicInstance.ts index 15753a8..c29ecd2 100644 --- a/packages/runtime-core/src/componentPublicInstance.ts +++ b/packages/runtime-core/src/componentPublicInstance.ts @@ -1,4 +1,4 @@ -import { hasOwn, EMPTY_OBJ } from "@mini-vue/shared"; +import { hasOwn } from "@mini-vue/shared"; const publicPropertiesMap = { // 当用户调用 instance.proxy.$emit 时就会触发这个函数