diff --git a/samples/vuejs/typescript/00 Custom Validator/package.json b/samples/vuejs/typescript/00 Custom Validator/package.json index 0ba2570..dae5ab2 100644 --- a/samples/vuejs/typescript/00 Custom Validator/package.json +++ b/samples/vuejs/typescript/00 Custom Validator/package.json @@ -45,7 +45,7 @@ "dependencies": { "bootstrap": "^3.3.7", "lc-form-validation": "file:../../../../lib/", - "vue": "2.2.6", + "vue": "3.0.0", "vue-router": "2.4.0" } }