This commit is contained in:
Rupenieks 2020-06-24 13:04:00 +02:00
commit 6a33566809
2 changed files with 1 additions and 2 deletions

View file

@ -29,8 +29,6 @@ import {
XYPositon, XYPositon,
} from './Interface'; } from './Interface';
import { get } from 'lodash';
Vue.use(Vuex); Vue.use(Vuex);
export const store = new Vuex.Store({ export const store = new Vuex.Store({

View file

@ -29,4 +29,5 @@ module.exports = {
}, },
}, },
}, },
publicPath: process.env.VUE_APP_PUBLIC_PATH ? process.env.VUE_APP_PUBLIC_PATH : '/',
}; };