5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
|
|
export default {
|
||
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||
|
|
plugins: []
|
||
|
|
};
|