ffc/vue.config.js
2020-05-24 01:52:15 +02:00

6 lines
No EOL
92 B
JavaScript

module.exports = {
"publicPath": "/ffc/",
"transpileDependencies": [
"vuetify"
]
}