summaryrefslogtreecommitdiffstats
path: root/webapp/src/main.js
diff options
context:
space:
mode:
authorUdo Walter2019-04-14 17:01:47 +0200
committerUdo Walter2019-04-14 17:01:47 +0200
commitee93758a36be8791d069c2cf6ddadd4276e53f3a (patch)
tree9fa3852abc3549ca55d269f5e038b6282c130e49 /webapp/src/main.js
parent[webapp/systemlog] add copy button to table (diff)
downloadbas-ee93758a36be8791d069c2cf6ddadd4276e53f3a.tar.gz
bas-ee93758a36be8791d069c2cf6ddadd4276e53f3a.tar.xz
bas-ee93758a36be8791d069c2cf6ddadd4276e53f3a.zip
[webapp/dashboard] add categories
Diffstat (limited to 'webapp/src/main.js')
-rw-r--r--webapp/src/main.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp/src/main.js b/webapp/src/main.js
index e62029f..0ace2fc 100644
--- a/webapp/src/main.js
+++ b/webapp/src/main.js
@@ -7,7 +7,6 @@ import VueCodemirror from 'vue-codemirror'
import 'codemirror/mode/shell/shell.js'
import 'codemirror/lib/codemirror.css'
import 'codemirror/theme/monokai.css'
-import VueTouch from 'vue-touch'
import Vuex from 'vuex'
import globalStore from '@/store/global'
import storeModules from '@/config/store'
@@ -57,8 +56,6 @@ Vue.use(VueCodemirror, {
}
})
-Vue.use(VueTouch)
-
axios.interceptors.response.use(null, error => {
if (error && error.response.status === 401) {
axios.post('/api/authentication/logout').then(response => {