abichinger / vue-js-cron

Renderless Vue.js cron editor
MIT License
74 stars 23 forks source link

Cannot destructure property 'fields' of 'undefined' #11

Closed ortizvinicius closed 1 year ago

ortizvinicius commented 1 year ago

I am having this problem: image

My code:

import cronLight from '@vue-js-cron/light';
import '@vue-js-cron/light/dist/light.css';

app.use(cronLight);
<CronLight v-model="cron"></CronLight>
ortizvinicius commented 1 year ago

Vue 3.0.5 and Vite 2.9

ortizvinicius commented 1 year ago

Nevermind, it was a local error