This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user