This commit is contained in:
2025-02-08 17:02:20 +08:00
parent 107c9777db
commit fda8204fcd
3 changed files with 2851 additions and 2499 deletions

View File

@@ -73,6 +73,8 @@ Vue.component("Editor", Editor);
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 commonPayPalButton from '@/components/page/components/pendingPayment/PayPalButton.vue'
Vue.component('common-paypal-button', commonPayPalButton);
import commonTiff from '@/components/page/components/table/tiff.vue'