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

14 lines
198 B
Vue

<template>
<table>
<tr>
<td>i am order title</td>
</tr>
</table>
</template>
<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>