mirror of https://github.com/halo-dev/halo-admin
feat: performance optimization.
parent
bc81e1604a
commit
7cdb85964a
|
@ -24,7 +24,3 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -144,8 +144,12 @@ export default {
|
||||||
default: true
|
default: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
watch: {
|
||||||
this.getBackups()
|
visible: function(newValue, oldValue) {
|
||||||
|
if (newValue) {
|
||||||
|
this.getBackups()
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getBackups() {
|
getBackups() {
|
||||||
|
|
Loading…
Reference in New Issue