Files
delivery_manage_front/vite/plugins/setup-extend.js

6 lines
138 B
JavaScript
Raw Permalink Normal View History

2026-02-04 08:47:21 +08:00
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
export default function createSetupExtend() {
return setupExtend({})
}