mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
chore: linting
This commit is contained in:
parent
1de9e64596
commit
88a67a4aa0
1 changed files with 5 additions and 5 deletions
|
@ -60,15 +60,15 @@ export default {
|
|||
this.$store.commit('FETCH_SEARCH_PLUGINS')
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (!this.searchPlugins.length) {
|
||||
qbit.updateSearchPlugins()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
togglePlugin(plugin) {
|
||||
qbit.enableSearchPlugin([plugin.name], plugin.enabled)
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if(!this.searchPlugins.length) {
|
||||
qbit.updateSearchPlugins()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue