We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d15a4f5 + 862235f commit e550310Copy full SHA for e550310
packages/runtime-core/src/componentPublicInstance.ts
@@ -1,4 +1,4 @@
1
-import { hasOwn, EMPTY_OBJ } from "@mini-vue/shared";
+import { hasOwn } from "@mini-vue/shared";
2
3
const publicPropertiesMap = {
4
// 当用户调用 instance.proxy.$emit 时就会触发这个函数
0 commit comments