Skip to content

Commit

Permalink
Merge pull request cuixiaorui#87 from qinran0423/master
Browse files Browse the repository at this point in the history
fix: remove EMPTY_OBJ
  • Loading branch information
cuixiaorui authored Sep 4, 2022
2 parents d15a4f5 + 862235f commit e550310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/componentPublicInstance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hasOwn, EMPTY_OBJ } from "@mini-vue/shared";
import { hasOwn } from "@mini-vue/shared";

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

0 comments on commit e550310

Please sign in to comment.