mirror of
https://github.com/Luzifer/anti-followbot.git
synced 2025-01-03 11:16:02 +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'
|
const twitchClientID = 'kf1i6vf07ihojqei5autfb52vwl586'
|
||||||
|
|
||||||
Vue.config.devtools = true
|
Vue.config.devtools = window.localStorage?.getItem('enabled_devtools') === 'true'
|
||||||
new Vue({
|
new Vue({
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Reference in a new issue