This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user