Update:Setting up paths to eventually support subdirectory

This commit is contained in:
advplyr 2022-10-01 16:07:30 -05:00
parent 6701551289
commit cd04533eea
21 changed files with 103 additions and 127 deletions

View file

@ -1,4 +1,4 @@
export default function ({ $axios, store }) {
export default function ({ $axios, store, $config }) {
$axios.onRequest(config => {
if (!config.url) {
console.error('Axios request invalid config', config)