new-ruoyi-geek/ruoyi-geek-vue3/vite/plugins/setup-extend.js

6 lines
129 B
JavaScript
Raw Permalink Normal View History

2025-11-15 13:07:57 +00:00
import setupExtend from 'vite-plugin-vue-setup-extend'
export default function createSetupExtend() {
return setupExtend()
}