chore(组件): 全局组件改为按需引用
This commit is contained in:
@@ -57,8 +57,14 @@
|
||||
|
||||
<script>
|
||||
import refundMethod from './public/js/refundMethod.js';
|
||||
import MescrollUni from '@/components/mescroll/mescroll-uni.vue';
|
||||
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
MescrollUni,
|
||||
nsEmpty
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
refundList: [],
|
||||
|
||||
Reference in New Issue
Block a user