added comment

This commit is contained in:
midfar 2023-03-13 14:18:53 +08:00
parent 1a7cb8a803
commit c3c0c227e1

View File

@ -32,7 +32,7 @@ export default defineComponent({
};
},
// watch: {
// activeName(val) {
// activeName(val) { // url
// this.$router.push(`${this.$route.path}?tab=${val}`);
// }
// },