Search code examples
vue.jsvuejs3vue-devtools

In vue3+typescript devtools property does not working


In Vue3+typescript, Property "devtools" does not existed on type "AppConfig"

Type of AppConfig

But, APIDoc was guide to this.

app.config.devtools = true;

What should I do? T_T


Solution

  • This issue already Handled...

    https://github.com/vuejs/vue-devtools/issues/1244