This is my dialog code: <template> <div class="text-center"> <v-dialog v-model="dialog" width="500"> <template v-slot:activator="{ on, attrs }"> <v-btn ...
確定! 回上一頁