-
-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
Description
Version
1.4.0-alpha.0
Reproduction link
https://play.nativescript.org/?template=play-vue&id=hJoMa0&v=3
Platform and OS info
Android 7.1.1 / NativeScript 4.0 / Windows 10
Steps to reproduce
npm install nativescript-ui-listview
// main.js
Vue.registerElement("RadListView", () => require("nativescript-ui-listview").RadListView);
Using RadListView component with v-view directive throws an exception
What is expected?
render a list of items
What is actually happening?
exception is thrown