問題タブ [vue-props]
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.
vue.js - Vue - 特定の値をより高いコンポーネントに渡すことができません
次のメッセージが表示されます - プロパティ 'free' of undefined を読み取れません。
このボタン コンポーネントを複数のページに追加します。ページに表示するページに基づいてテキストを追加できるデータ オブジェクトがあります。たとえば、私が使用したいホームページにあり、使用<buttons :text="buttonText.free" />
したい私たちについてのページにある場合<buttons :text="buttonText.spend" />
テンプレートファイル
コンポーネントファイル
私が間違っていることを教えていただけますか?