Taewoong Moon

Results 2 comments of Taewoong Moon

Are you add options?! Like `draggable` or `sortable`

I'm not working `no-ssr` & `client-only` I solve this problem make `datepicker.js` file in nuxt/plugins and register vue component ``` import Vue from 'vue' import VuejsDatePicker from 'vuejs-datepicker' Vue.component('datepicker', VuejsDatePicker)...