chore(组件): 组件尽量使用异步导入模式
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
commonPayment: () => import('@/components/common-payment/common-payment.vue'),
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
api: {
|
||||
|
||||
Reference in New Issue
Block a user