vue-draggable-resizable-gorkys icon indicating copy to clipboard operation
vue-draggable-resizable-gorkys copied to clipboard

Cannot read property '_c' of undefined

Open Bickson opened this issue 3 years ago • 3 comments

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: Screen Shot 2021-04-07 at 20 04 26

Bickson avatar Apr 07 '21 18:04 Bickson

component not components

yangdong520 avatar Apr 08 '21 10:04 yangdong520

me too. Do you use Vue3 ?

xiaowei-bo avatar Jun 30 '21 05:06 xiaowei-bo

我在从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,建议:作者在写这种的可以多兼容兼容),希望作者看了我的评论回复一下怎么解决这个问题?

xiaolong-xl avatar Dec 16 '21 03:12 xiaolong-xl