issues
search
vuejs
/
devtools-v6
⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k
stars
4.14k
forks
source link
feat: support native type BigInt
#2052
Closed
Azurewarth0920
closed
1 year ago
Azurewarth0920
commented
1 year ago
Description
fix: #2036
Support browser native object BigInt
Make BigInt editable
Before:
After:
Additional context
What is the purpose of this pull request?
[ ] Bug fix
[x] New Feature
[ ] Documentation update
[ ] Other
Before submitting the PR, please make sure you do the following
[x] Read the
Contributing Guidelines
.
[x] Read the
Pull Request Guidelines
and follow the
Commit Convention
.
[x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
[x] Provide a description in this PR that addresses
what
the PR is solving, or reference the issue that it solves (e.g.
fixes #123
).
kaikaibenkai
commented
1 year ago
Thanks a lot!❤
Description
fix: #2036
Before:
After:
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).