This commit is contained in:
2020-11-02 20:01:47 +00:00
parent d3d81103cd
commit 3d303d1972
2 changed files with 27 additions and 70 deletions

View File

@@ -5,6 +5,8 @@
moreUrl="/home-dashboard"
icon="$ayiSplotch"
:updateFrequency="60000"
v-on="$listeners"
v-bind="$attrs"
>
MY CONTENT HERE
</gz-dash>
@@ -18,7 +20,12 @@ export default {
data() {
return {};
},
props: {},
props: {
// id: {
// type: String,
// required: true
// }
},
created() {},
computed: {},