byungster
byungster

Reputation: 89

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

Upvotes: 1

Views: 2067

Answers (1)

byungster
byungster

Reputation: 89

This issue already Handled...

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

Upvotes: 0

Related Questions