輸入帳號頁面屬於表單,所以我們會用到Vuetify-Forms表單組件來處理首先在template 裡面包上最外層的v-from: <template> <v-form ref="form"> </v-form> </template>.
確定! 回上一頁