Commit 68ddeb2f authored by yyh's avatar yyh

代码调整

parent 61e03296
......@@ -17,16 +17,9 @@
</template>
<script lang="ts">
import { Component, Prop, Vue, Watch, Inject, Mixins } from 'vue-property-decorator';
import { List, Image, Empty } from 'vant';
import { TEMPLATETYPE } from '@/const/enum';
import { State, Action } from 'vuex-class';
import IndexMixin from '@/mixins/Index';
@Component({
components: {
[List.name]: List,
[Image.name]: Image,
[Empty.name]: Empty,
},
})
export default class IndexCs extends Mixins(IndexMixin) {
private charityType: any[] = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment