最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

vue.js - Can I get the details of the data in scrpit setup with vue devtools in UI Components like Element-Plus? - Stack Overflo

programmeradmin3浏览0评论

Take the element-plus component library as an example, when you want to debug a component, you will find When the component is written with defineComponent, you can see the details of the data in the setup in devtools, such as the ElTable component:

However, when a component uses the < script setup > tag, the details of the data in the setup cannot be seen in devtools, such as the ElCheckbox component:

I want to know why it happens and what i can do to make it work.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论