10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
|
module.exports = {
|
||
|
pluginOptions: {
|
||
|
quasar: {
|
||
|
importStrategy: "kebab",
|
||
|
rtlSupport: false,
|
||
|
},
|
||
|
},
|
||
|
transpileDependencies: ["quasar"],
|
||
|
};
|