This commit is contained in:
2020-09-14 16:20:16 +00:00
parent 36e5e974ec
commit d574fef3fa
2 changed files with 0 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
<template>
<v-row justify="center">
<v-col cols="6">
<div class="display-2">Report viewer control</div>
<div>ReportId: {{ reportId }}</div>
<div>AyaType: {{ ayaType }}</div>
</v-col>
</v-row>
</template>
<script>
export default {
data: () => ({}),
props: {
reportId: Number,
ayaType: Number
}
};
</script>