Blame view

src/views/businessHandling/apply.vue 227 Bytes
赵千 committed
1
<template>
任超 committed
2 3 4
  <div>
    22222222222222
  </div>
赵千 committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
</template>
<script>
export default {
  components: {},
  props: {},
  name: '该组件名称',
  data () {
    return {

    };
  }
}
</script>
<style scoped lang='scss'>
</style>