Spaces:
Running
Running
File size: 124 Bytes
b4f9490 |
1 2 3 4 5 6 |
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
|