mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-17 06:02:00 -05:00
style:fmt
This commit is contained in:
@@ -16,10 +16,10 @@ export default {
|
||||
|
||||
methods: {
|
||||
tabClick(newType) {
|
||||
this.$emit("changeTabType", newType)
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$emit("changeTabType", newType);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user