chore: update random
This commit is contained in:
parent
a18d73d76d
commit
caab7aedf2
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import { formatNumberDecimal } from 'src/stores/utils';
|
|||
import BadgeComponent from 'components/BadgeComponent.vue';
|
||||
import KebabAction from '../shared/KebabAction.vue';
|
||||
import MainButton from '../button/MainButton.vue';
|
||||
import { onMounted } from 'vue';
|
||||
|
||||
defineProps<{
|
||||
title?: string;
|
||||
|
|
@ -31,7 +30,7 @@ defineEmits<{
|
|||
(e: 'preview'): void;
|
||||
}>();
|
||||
|
||||
const rand = Math.random() * 2;
|
||||
const rand = Math.random();
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue