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 BadgeComponent from 'components/BadgeComponent.vue';
|
||||||
import KebabAction from '../shared/KebabAction.vue';
|
import KebabAction from '../shared/KebabAction.vue';
|
||||||
import MainButton from '../button/MainButton.vue';
|
import MainButton from '../button/MainButton.vue';
|
||||||
import { onMounted } from 'vue';
|
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
title?: string;
|
title?: string;
|
||||||
|
|
@ -31,7 +30,7 @@ defineEmits<{
|
||||||
(e: 'preview'): void;
|
(e: 'preview'): void;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const rand = Math.random() * 2;
|
const rand = Math.random();
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue