类型“VueConstructor<Vue>”上不存在属性“install”。ts(2339)

import HelloWorld from './src/index.vue';

(HelloWorld as any).install = function(Vue){
  Vue.component(HelloWorld.name,HelloWorld)
}
export default HelloWorld;
原文地址:https://www.cnblogs.com/zhizhi0810/p/14776607.html