This commit is contained in:
@@ -84,11 +84,13 @@ 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";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDashBase,
|
||||
GzDashTestListWidgetsPriciest
|
||||
GzDashTestListWidgetsPriciest,
|
||||
GzDashTestBarWidgetCountByUserType
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
|
||||
Reference in New Issue
Block a user