问题标签 [nativescript-ui-listview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nativescript-vue - RadListView:未知的自定义元素:
ReorderHandle
在类似reorderMode="Drag"
的RadListView
组件中使用时出现错误nativescript-ui-listview/vue
[Vue warn]: Unknown custom element: <ReorderHandle> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
如何Nativescript-vue
根据此文档链接使用 ReorderHandle ?
对此功能的任何帮助将不胜感激。
这是我的代码
main.js
我的 Vue 组件
nativescript - 强制焦点到 ListView 中的某个索引
我创建了一个列表,并根据用户给出的输入,我希望它专注于列表中的某个元素。
但问题是该元素的引用尚未呈现。
那么有没有办法强制索引应该从 0 以外的其他值开始?
或者还有其他方法吗?
nativescript - 错误:在非 ES5 类上调用 getInternalNameOfClass():预期 RadListViewComponent 具有内部类声明
我正在使用带有角度的nativescript。安装 nativescript-ui-listview 插件后出现此错误
工人 #1 错误:错误:在非 ES5 类上调用 getInternalNameOfClass():预期 RadListViewComponent 具有内部类声明
在运行应用程序时。
带有警告:
警告:C:/Users/rashi/FNFtoursapp/node_modules/nativescript-ui-listview/angular/fesm2015/nativescript-ui-listview-angular.js 中的构造函数参数装饰器无效:() => [ { type: ElementRef, decorators: [{ type: Inject, args: [ElementRef,] }] }, { type: IterableDiffers, decorators: [{ type: Inject, args: [IterableDiffers,] }] }, { type: NativeScriptRendererFactory, decorators: [{ type:注入,参数:[NativeScriptRendererFactory,] }] } ]
需要帮忙
下面是我的包 Json 文件