Skip to content

Commit

Permalink
perf: remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jan 22, 2025
1 parent 64db117 commit fe8f594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Drawer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
},
hasFooter: {
type: Boolean,
default: true
default: false
}
},
data() {
Expand Down
1 change: 0 additions & 1 deletion src/views/assets/Asset/AssetList/components/BaseList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export default {
}
},
recentPlatformIds(newValue, oldValue) {
console.log('recentPlatformIds updated:', newValue)
this.setRecentPlatforms()
// 在这里执行需要的操作
}
Expand Down

0 comments on commit fe8f594

Please sign in to comment.