diff --git a/src/main.js b/src/main.js index bc7f0d2..a24a2ba 100644 --- a/src/main.js +++ b/src/main.js @@ -33,9 +33,6 @@ Vue.mixin({ }, }, methods: { - css_var(var_name) { - return getComputedStyle(document.documentElement).getPropertyValue(var_name); - }, auth_expired(error = null) { sessionStorage.removeItem(this.storage_key.token); window.location.hash = ``;