This commit is contained in:
2020-11-02 19:37:46 +00:00
parent f9a429ce5d
commit cf2607d356
4 changed files with 75 additions and 20 deletions

View File

@@ -49,6 +49,7 @@
lg="4"
xl="3"
>
{{ item.type }}
<gz-dash
:title="item.title"
:id="item.id"
@@ -71,6 +72,8 @@
const FORM_KEY = "home-dashboard";
import DashRegistry from "../api/dash-registry";
import GzDash from "../components/dash-base.vue";
//---------- DASH ITEMS ----------
import GzDashTestWidgetsPriciest from "../components/dash-test-widgets-priciest.vue";
export default {
components: {