問題タブ [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 投票する
1 に答える
3916 参照

vue.js - ラベルのネイティブ スクリプト vue ループ

私が使用nativescript vueしていて、for ループを実行する方法を知りたい..私が今持っているコードは次のとおりです。

私が受け取るエラーは次のとおりです。[Vue warn]: Property or method "title" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

0 投票する
4 に答える
1605 参照

javascript - Nativescript-Vue MobileApp: Axios return status:null and data:""

Nativescript-Vue を使用してネイティブ アプリを作成しています。最初のコンポーネントで、簡単な投稿リクエストを起動していますが、これは確実に機能しています (デスクトップ バージョンでテストしました)。しかし、私が無視する理由により、応答に問題があります。私の応答は、リクエストがパラメーターで正常に送信されたことを示していますが、status:null と data:"" を取得しています。これを修正する方法を知っている人はいますか?

このトピックを読んでいる人には、お時間をいただきありがとうございます。