import setupExtend from "unplugin-vue-setup-extend-plus/vite" // 此插件可以在 使用setup语法糖的时候直接为组件定义name export default function createSetupExtend() { return setupExtend() }