#vee-validate

版本:nuxt 2.15.8

vee-validate 是使用於 Vue.js 的輕量表單驗證套件(參考 php 框架 laravel 表單驗證所開發),僅需在表單上加入簡易語法就能進行驗證,執行:npm i [email protected]

Vue.js v2.x 需搭配 vee-validate v3.x

新增 plugins/vee-validate.js,在 nuxt.config.js 配置

// nuxt.config.js
export default {
plugins: [
{ src: '@/plugins/vee-validate.js', mode: 'client' }
]
}

閱讀更多

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×