Add vue config

This commit is contained in:
cagataycivici 2019-05-23 17:30:26 +03:00
parent 802c88b50a
commit 1406a23407
2 changed files with 4 additions and 1 deletions

3
vue.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
publicPath: '/primevue'
}