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

Before:

Screenshot 2023-04-15 at 21 19 11 Screenshot 2023-04-15 at 21 18 52

After:

Screenshot 2023-04-15 at 21 16 10 Screenshot 2023-04-15 at 21 19 57

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

kaikaibenkai commented 1 year ago

Thanks a lot!❤