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) {
|
if (this.config.getSettings) {
|
||||||
this.settings = this.config.getSettings(this.config.item)
|
this.settings = this.config.getSettings(this.config.item)
|
||||||
}
|
}
|
||||||
|
if (this.config.isUserItem) {
|
||||||
Toast.mini(this.$refs.removeConfirmTemplate, this.$refs.removeIcon, {
|
Toast.mini(this.$refs.removeConfirmTemplate, this.$refs.removeIcon, {
|
||||||
trigger: 'click',
|
trigger: 'click',
|
||||||
hideOnClick: true,
|
hideOnClick: true,
|
||||||
})
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async removeItem() {
|
async removeItem() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user