nikitasnv / vue-resizable

VueResizable component
https://nikitasnv.github.io/vue-resizable/
MIT License
224 stars 46 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading '_c') #34

Closed adamwuss closed 2 years ago

adamwuss commented 3 years ago

When I installed, it throwed below error: Uncaught TypeError: Cannot read properties of undefined (reading '_c')

6thpath commented 3 years ago

try import the component then

Vue.component('vue-resizable', Component)

<template>
  <vue-resizable>...</vue-resizable>
</template>