This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
<div class="ml-4 mt-1">
|
||||
<template v-for="(item, i) in obj"
|
||||
><span :key="i"
|
||||
>{{ localizedCurrency(item[1].v) }} - {{ item[0].v }} <br /></span
|
||||
>{{ localizedCurrency(item[1].v)
|
||||
}}<span class="ml-2"
|
||||
><a :href="'/widgets/' + item[0].i"> {{ item[0].v }}</a>
|
||||
<br /></span></span
|
||||
></template>
|
||||
</div>
|
||||
</template>
|
||||
@@ -18,7 +21,7 @@
|
||||
</template>
|
||||
<script>
|
||||
/*
|
||||
|
||||
javascript:
|
||||
|
||||
*/
|
||||
import GzDash from "../components/dash-base.vue";
|
||||
|
||||
Reference in New Issue
Block a user