Newer
Older
smartwell_front / vite / plugins / setup-extend.ts
lyg on 27 Jun 127 bytes v3项目初始化
import setupExtend from 'vite-plugin-vue-setup-extend'

export default function createSetupExtend() {
  return setupExtend()
}