This commit is contained in:
2020-11-03 00:08:10 +00:00
parent 259aa1be7b
commit bdfeabe03f
5 changed files with 51 additions and 13 deletions

View File

@@ -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,