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>
|
||||
@@ -49,7 +49,6 @@ import durationControl from "./components/duration-control.vue";
|
||||
import errorControl from "./components/error-control.vue";
|
||||
import extensionsControl from "./components/extensions-control.vue";
|
||||
import reportSelectorControl from "./components/report-selector-control.vue";
|
||||
import reportViewerControl from "./components/report-viewer-control.vue";
|
||||
import wikiControl from "./components/wiki-control.vue";
|
||||
import attachmentControl from "./components/attachment-control.vue";
|
||||
import chartLineControl from "./components/chart-line-control.vue";
|
||||
@@ -190,7 +189,6 @@ Vue.component("gz-role-picker", roleControl);
|
||||
Vue.component("gz-duration-picker", durationControl);
|
||||
Vue.component("gz-error", errorControl);
|
||||
Vue.component("gz-report-selector", reportSelectorControl);
|
||||
Vue.component("gz-report-viewer", reportViewerControl);
|
||||
Vue.component("gz-extensions", extensionsControl);
|
||||
Vue.component("gz-wiki", wikiControl);
|
||||
Vue.component("gz-attachments", attachmentControl);
|
||||
|
||||
Reference in New Issue
Block a user