1.先去GoEasy官网下载源码
第一步 App.vue
<script setup lang="ts">
import { watch, ref, markRaw, reactive, nextTick, provide, InjectionKey } from 'vue'
import headerIndex from '@/Layout/header/headerIndex.vue'
import purchaseHeaderBig from '@/Layout/header/purchaseHeader/purchaseHeaderBig/index.vue'