Vue 3 //... import { VuelidatePlugin } from "@vuelidate/core"; const app = createApp(App); app.use(store) .use(router) .use(VuelidatePlugin) ...
確定! 回上一頁