ruoyiUI-vue3/vite/plugins/setup-extend.js

6 lines
134 B
JavaScript
Raw Normal View History

2021-11-30 01:55:37 +00:00
import setupExtend from 'vite-plugin-vue-setup-extend'
export default function createSetupExtend() {
return setupExtend()
}