vue-draggable-resizable-gorkys
vue-draggable-resizable-gorkys copied to clipboard
Cannot read property '_c' of undefined
is there something else need to get this to run?
yarn add vue-draggable-resizable-gorkys
code:
<vue-draggable-resizable>
<p>You can drag me around and resize me as you wish.</p>
</vue-draggable-resizable>
error:
component not components
me too. Do you use Vue3 ?
我在从vue2.0更新到vue3.0版本,发现vue3.0 版本 会报这种错误 , 报了个警告runtime-core.esm-bundler.js?5c40:6589 [Vue warn]: Property "_self" was accessed during render but is not defined on instance. (在渲染期间访问了属性“_self”,但未在实例上定义。),源码_self._c (由于_self还没定义 就取._c 就报undefined,建议:作者在写这种的可以多兼容兼容),希望作者看了我的评论回复一下怎么解决这个问题?