This commit is contained in:
2025-02-12 15:45:39 +08:00
parent b7d72640b6
commit d11b02b06b
5 changed files with 3600 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ import commonTable from '@/components/page/components/table/table.vue'
Vue.component('common-table', commonTable);
import commonMajor from '@/components/page/components/major/index.vue'
Vue.component('common-major', commonMajor);
import commonMajorList from '@/components/page/components/major/list.vue'
Vue.component('common-major-list', commonMajorList);
import commonPayPalButton from '@/components/page/components/pendingPayment/PayPalButton.vue'
Vue.component('common-paypal-button', commonPayPalButton);
import commonTiff from '@/components/page/components/table/tiff.vue'