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

使用pnpm安装 components.d.ts 文件内 declare module '@vue/runtime-core' 无效

XHNLYW opened this issue · comments

使用pnpm安装后 node_modules内找不到@VUE components.d.ts内 declare module '@vue/runtime-core' 无效

image
add shamefully-hoist=true then reinstall will help

  1. Method 1: enable shamefully-hoist
  2. Method 2: install @vue/runtime-core as dev dependency.