Vue.use(window.vuelidate.default) const { email } = window.validators new Vue({ el: "#app", data: { user: { email: "" } }, validations: ...
確定! 回上一頁