This repository has been archived on 2023-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
love-nav-ui/vue.config.js
2023-12-19 20:02:53 +08:00

6 lines
120 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
})