This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
Nativescript-ui-calendar no vue folder after installing #1539
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?