This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<gz-dash
|
||||
<!-- <gz-dash
|
||||
:title="item.title"
|
||||
:id="item.id"
|
||||
:showCount="true"
|
||||
@@ -62,7 +62,18 @@
|
||||
v-on:dash-move-back="dashMoveBack"
|
||||
v-on:dash-move-forward="dashMoveForward"
|
||||
v-on:dash-move-end="dashMoveEnd"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<component
|
||||
:is="item.type"
|
||||
v-bind="item"
|
||||
v-on:dash-remove="dashRemove"
|
||||
v-on:dash-move-start="dashMoveStart"
|
||||
v-on:dash-move-back="dashMoveBack"
|
||||
v-on:dash-move-forward="dashMoveForward"
|
||||
v-on:dash-move-end="dashMoveEnd"
|
||||
>
|
||||
</component>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
@@ -70,13 +81,14 @@
|
||||
<script>
|
||||
const FORM_KEY = "home-dashboard";
|
||||
import DashRegistry from "../api/dash-registry";
|
||||
import GzDash from "../components/dash-base.vue";
|
||||
import GzDashBase from "../components/dash-base.vue";
|
||||
//---------- DASH ITEMS ----------
|
||||
import GzDashTestWidgetsPriciest from "../components/dash-test-widgets-priciest.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDash
|
||||
GzDashBase,
|
||||
GzDashTestWidgetsPriciest
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
|
||||
Reference in New Issue
Block a user