This commit is contained in:
27
ayanova/src/components/dash-test-widgets-priciest.vue
Normal file
27
ayanova/src/components/dash-test-widgets-priciest.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
:showCount="true"
|
||||
:count="0"
|
||||
moreUrl="/home-dashboard"
|
||||
icon="$ayiSplotch"
|
||||
:updateFrequency="60000"
|
||||
>
|
||||
MY CONTENT HERE
|
||||
</gz-dash>
|
||||
</template>
|
||||
<script>
|
||||
import GzDash from "../components/dash-base.vue";
|
||||
export default {
|
||||
components: {
|
||||
GzDash
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
props: {},
|
||||
created() {},
|
||||
|
||||
computed: {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user