Vue.use(vuelidate.default); const { required } = window.validators; new Vue({ el: "#app", data: { todos: [], todo: "" }, async created() ...
確定! 回上一頁