問題タブ [vee-validate]
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.
javascript - Vee-validate: Getting "TypeError: checks is null" error when using v-validate directive
I am using vee-validate in my VueJs 2 project. The problem is that, whenever I am using the v-validate directive in the input field, I am getting below error in my console window:-
What could be the reason for this error? I've already imported the vee-validate module in my app.js file and I am using the directive in my form component.
vue.js - カスタムコンポーネントでの VueJS Vee-validate
バージョン
VueJs: 2.3.3
Vee-Validate: 2.0.0-rc.25
説明
カスタム コンポーネントがあります。これは文字カウンターを持つ入力であり、この入力内に vee-validate を入れようとしました。フォームが送信されたときにエラーを表示したい。vee-validate ドキュメントのすべての手順に従いましたが、うまくいきませんでした。私のフォームは、入力のエラーを無視して送信されます。
再現手順: vee-validateコード
を使用してカスタム コンポーネントを作成します
: Parent.vue
Component.js