Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isPlainObject无法正确判断实例化后的对象 #42

Open
strting opened this issue Jun 24, 2022 · 1 comment
Open

isPlainObject无法正确判断实例化后的对象 #42

strting opened this issue Jun 24, 2022 · 1 comment
Labels

Comments

@strting
Copy link

strting commented Jun 24, 2022

可复现的链接:

https://codesandbox.io/s/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-5xcdj3?file=/src/main.js

问题描述与截图:

image
image

期望的结果:

true

操作系统:

window10

浏览器版本:

chrome 102.0.5005.115

@strting strting added the bug label Jun 24, 2022
@Bluesgavin
Copy link

isPlainObject只能判断constructor为Object的纯对象

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants