mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
commit
426400a36b
@ -50,10 +50,12 @@ export default Vue.extend({
|
||||
if (this.config.getSettings) {
|
||||
this.settings = this.config.getSettings(this.config.item)
|
||||
}
|
||||
Toast.mini(this.$refs.removeConfirmTemplate, this.$refs.removeIcon, {
|
||||
trigger: 'click',
|
||||
hideOnClick: true,
|
||||
})
|
||||
if (this.config.isUserItem) {
|
||||
Toast.mini(this.$refs.removeConfirmTemplate, this.$refs.removeIcon, {
|
||||
trigger: 'click',
|
||||
hideOnClick: true,
|
||||
})
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async removeItem() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user