0👍
RadListView has out of the box support for Vue, you are not suppose the register the element but use the Vue plugin.
import RadListView from 'nativescript-ui-listview/vue';
Vue.use(RadListView);
Source:stackexchange.com
0👍
RadListView has out of the box support for Vue, you are not suppose the register the element but use the Vue plugin.
import RadListView from 'nativescript-ui-listview/vue';
Vue.use(RadListView);