You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use nativescript-ui-calendar with nativescript-vue, but after installing the package using tns plugin add nativescript-ui-calendar and checking the folder in node_modules there is no "vue" folder only angular, which means my import won't work.
import CalendarView from "nativescript-ui-calendar/vue";
Vue.use(CalendarView);
I'm using nativescript 8, below is my package.json
Hello, I'm trying to use nativescript-ui-calendar with nativescript-vue, but after installing the package using
tns plugin add nativescript-ui-calendar
and checking the folder in node_modules there is no "vue" folder only angular, which means my import won't work.I'm using nativescript 8, below is my package.json
Is there any way to use it with Vue and have the vue folder generated?
The text was updated successfully, but these errors were encountered: