style:fmt

This commit is contained in:
dichgrem
2025-11-14 16:57:34 +08:00
parent 7e5c5edd1d
commit e19cf3d551
7 changed files with 63 additions and 57 deletions

View File

@@ -16,10 +16,10 @@ export default {
methods: {
tabClick(newType) {
this.$emit("changeTabType", newType)
}
}
}
this.$emit("changeTabType", newType);
},
},
};
</script>
<style scoped>