included vue config
This commit is contained in:
parent
d1d650e85e
commit
94e11439af
3 changed files with 13 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const routes = [
|
|||
]
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(process.env.BASE_URL),
|
||||
history: createWebHistory("/"),
|
||||
routes
|
||||
})
|
||||
|
||||
|
|
|
|||
6
vue.config.js
Normal file
6
vue.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
publicPath: "/",
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
};
|
||||
6
vue.release.config.js
Normal file
6
vue.release.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
publicPath: "/",
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue