This commit is contained in:
22
ayanova/src/views/test-widgets.vue
Normal file
22
ayanova/src/views/test-widgets.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<GzDataTable />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import GzDataTable from "../components/gz-data-table.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDataTable
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "vial",
|
||||
title: window.$gz.locale.get("WidgetList")
|
||||
//,
|
||||
//helpUrl: "form-inv-parts"
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user