如何使用vue-cli创建Web组件

时间:2019-02-25 00:42:05

标签: web-component vue-cli-3

我想创建自定义Web组件,因此我可以将该组件重用于另一个项目,当我运行yarn serve

时,它可以在本地工作

enter image description here

然后我将其发布到npm,但是当我将其导入到另一个vue项目中时出现此错误

enter image description here

Github页面:https://github.com/point-red/vue-point-table

vue.js:634 [Vue warn]: Error in mounted hook: "TypeError: Cannot read property 'offsetHeight' of null"

found in

---> <PointTable>
       <App>
         <Root>
任何人都可以帮助吗?我不知道哪里出了错

0 个答案:

没有答案