salix-front/vue.config.js

10 lines
160 B
JavaScript
Raw Normal View History

2022-02-24 09:12:22 +00:00
module.exports = {
pluginOptions: {
quasar: {
importStrategy: "kebab",
rtlSupport: false,
},
},
transpileDependencies: ["quasar"],
};