chore: update random

This commit is contained in:
Methapon Metanipat 2024-11-07 16:50:41 +07:00
parent a18d73d76d
commit caab7aedf2

View file

@ -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