Move to home folder fix

This commit is contained in:
Peter Papp
2021-04-16 16:54:59 +02:00
parent 397b3228d0
commit 0910daa1a3
3 changed files with 13 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ import store from './store/index'
import {debounce, includes, isArray} from "lodash";
import {events} from './bus'
import axios from 'axios'
import router from '@/router'
const Helpers = {
install(Vue) {