Skip to content

Commit e550310

Browse files
authored
Merge pull request #87 from qinran0423/master
fix: remove EMPTY_OBJ
2 parents d15a4f5 + 862235f commit e550310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/componentPublicInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { hasOwn, EMPTY_OBJ } from "@mini-vue/shared";
1+
import { hasOwn } from "@mini-vue/shared";
22

33
const publicPropertiesMap = {
44
// 当用户调用 instance.proxy.$emit 时就会触发这个函数

0 commit comments

Comments
 (0)