This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<component
|
||||
:is="item.type"
|
||||
v-bind="item"
|
||||
:maxListItems="10"
|
||||
v-on:dash-remove="dashRemove"
|
||||
v-on:dash-move-start="dashMoveStart"
|
||||
v-on:dash-move-back="dashMoveBack"
|
||||
@@ -81,7 +82,7 @@
|
||||
<script>
|
||||
const FORM_KEY = "home-dashboard";
|
||||
import DashRegistry from "../api/dash-registry";
|
||||
import GzDashBase from "../components/dash-base.vue";
|
||||
|
||||
//---------- DASH ITEMS ----------
|
||||
import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
||||
import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue";
|
||||
@@ -90,7 +91,6 @@ import GzDashTestDayCalendarWidget from "../components/dash-test-day-calendar-wi
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDashBase,
|
||||
GzDashTestListWidgetsPriciest,
|
||||
GzDashTestBarWidgetCountByUserType,
|
||||
GzDashTestLineWidgetMonthlyTotalPrice,
|
||||
|
||||
Reference in New Issue
Block a user