mirror of
https://github.com/Luzifer/anti-followbot.git
synced 2024-11-09 10:10:01 +00:00
Disable devtools by default
This commit is contained in:
parent
fe259cf7c7
commit
18d06a8926
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -2,7 +2,7 @@
|
|||
|
||||
const twitchClientID = 'kf1i6vf07ihojqei5autfb52vwl586'
|
||||
|
||||
Vue.config.devtools = true
|
||||
Vue.config.devtools = window.localStorage?.getItem('enabled_devtools') === 'true'
|
||||
new Vue({
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue