report-design/src/components/reportTemplate/orderTitle.vue

14 lines
198 B
Vue
Raw Normal View History

2018-09-29 11:26:18 +08:00
<template>
<table>
<tr>
<td>i am order title</td>
</tr>
</table>
</template>
<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>