问题标签 [nativescript-vue]

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.

0 投票
0 回答
1017 浏览

vue.js - 如何修复 TNS 医生错误

我正在尝试在移动设备上开发应用程序,但是在运行命令时遇到了一些麻烦:

0 投票
1 回答
528 浏览

sqlite - NativeScript Vue nativescript-sqlite 无法分配给“#”的只读属性“导出”对象'

I actually was trying to install vuex-project and implement the code from

I actually was trying to install vuex-project and implement the code from https://www.nativescript.org/blog/data-management-with-sqlite-and-vuex-in-a-nativescript-vue-app except I only got /app instead of /src... Anyway, I got the following error

in main.js

So in the last line, I used exports...what am I missing?


Getting only a repeating files from directory and subdirectories

I'm trying to do script for finding non-unique files.

The script should take one .csv file with data: name of files, LastWriteTime and Length. Then I try to make another .csv based on that one, which will contain only those objects whose combination of Name+Length+LastWriteTime is NON-unique.

I tried following script which uses $csvfile containing files list:

$csvfile was created by:

But somehow in another $csvfile2 there is only the one (first) non-unique record. Does anyone have an idea how to improve it so it can list all non-unique records?

0 投票
1 回答
701 浏览

nativescript - 如何在自定义组件上启用 v-model?

我正在尝试将 TexField ui 包装到一个新的自定义组件中,以便我可以添加额外的功能并在项目中重用该组件。我希望它仍然具有 v-model 绑定,所以我实现了以下内容:

其中“文本”是它的道具,它被命名并完全像普通的 TextField 道具一样暴露。

该模式应该可以在网络上使用,但我不知道它是否可以在 nativescript vue 组件上使用。请看一下我在操场上制作的代码:https ://play.nativescript.org/?template=play-vue&id=Ikap1R&v=1

它不工作。如果您知道解决方案,请提供帮助。

谢谢

0 投票
1 回答
116 浏览

vue.js - tns 预览版是否支持 Vuex?

在我的 NativeScript-Vue 移动应用程序中包含 Vuex 后,tns 预览无法解析依赖于 Vuex 的模块。该应用程序在 tns run、tns build 下运行良好。该问题同时影响 IOS 和 Android。

0 投票
2 回答
5759 浏览

nativescript-vue - java的更新替代方案的问题

我尝试按照 nativescript 网站上的步骤在 linux 上设置 nativescript-vue。当我使用这个命令时

sudo update-alternatives --config java

但有一个错误

update-alternatives:错误:java 没有替代品

请告诉我如何解决这个问题......

0 投票
1 回答
913 浏览

android - ListView 不在 ScrollView 和 StackLayout 内呈现,在 ios 中具有水平方向 - nativescript-vue

ListView 在 ScrollView 和 StackLayout 内部实现时不呈现,在 ios 中具有水平方向,但在 android 中呈现相同 - 垂直和水平缩放表

IOS 安卓

0 投票
1 回答
594 浏览

nativescript - 在 TabViewItem 中使用图标字体 - Nativescript-Vue

我一直在寻找一种干净的方式来使用字体图标(在我的情况下为 iconmoon),TabViewItem但没有找到答案。有谁知道该怎么做?

我正在使用NativeScript-Vue。理想的方法是iconSource使用字体图标更改 ,但它不起作用。就像是:iconSource="String.fromCharCode(0xea0d)"

我正在使用的代码如下(而不是labelsframes在 each中TabViewItem)。

0 投票
1 回答
317 浏览

android - 当我在点击布局问题上设置:isEnabled:false 时,Nativescript 按钮在点击时显示文本背景颜色

最初如果设置isEnabled="false",则按钮布局没有问题。该按钮在没有标签背景的情况下正确显示。但是当我设置isEnabled=trueisEnabled=false打开按钮tap时,按钮的显示就像下面带有标签背景颜色的图像一样。我该如何解决这个问题?

初始视图

在此处输入图像描述

点击查看后

在此处输入图像描述

在此处输入图像描述

HTML

CSS

JS方法

操场

游乐场点击这里

0 投票
1 回答
650 浏览

vue.js - Nativescript-vue中的ListView滚动缓慢

滚动时列表视图非常慢。它触到底部并反弹,就像它已经用完了要显示的项目一样。如果您重试,它可以让您进一步滚动。在备份列表的过程中也会发生同样的事情。

我使用 vuex getter 加载了只有 40 个项目的数组。

那么 ListView 就是

0 投票
0 回答
706 浏览

android - 权限拒绝:来自 pid=31277、uid=10259 的 getCurrentUser() 需要 android.permission.INTERACT_ACROSS_USERS

清单文件

设备

银河s9加

重现步骤

rm -rf 平台

tns 运行 android --bundle

当应用程序启动时,它会给出以下错误

*问题**