vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

feat(component): Add edit mode on native date object #2086

Closed Azurewarth0920 closed 9 months ago

Azurewarth0920 commented 1 year ago

Description

Fix: #869

enable edit mode on native date object by using <input type="datetime-local">

Screenshot:

https://github.com/vuejs/devtools/assets/22590005/58c8e9d1-a665-4db3-9fc4-45bfd9fb4268

Additional context


What is the purpose of this pull request?

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