unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue

Home Page:https://www.npmjs.com/package/unplugin-vue-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrepancy with rule `vue/prefer-import-from-vue`

dserv-nh opened this issue · comments

After updating to eslint-plugin-vue v9.0.0 I see a violation of vue/prefer-import-from-vue in components.d.ts

Import from 'vue' instead of '@vue/runtime-core'.

After updating to eslint-plugin-vue v9.0.0 I see a violation of vue/prefer-import-from-vue in components.d.ts

Import from 'vue' instead of '@vue/runtime-core'.

+1

Seems to be fixed in eslint-plugin-vue v9.1.0.