refactor: 格式化代码

This commit is contained in:
hello8693 2024-08-23 22:18:21 +08:00
parent eac420c554
commit 25ee0abc10

View File

@ -16,7 +16,7 @@ import moment from 'moment';
// 使ref // 使ref
const formattedTime = ref(''); const formattedTime = ref('');
const fontSizeIndex = ref(2); // 7rem const fontSizeIndex = ref(2); // 7rem
const fontSizes = ['3rem', '5rem', '7rem'];//使 const fontSizes = ['3rem', '5rem', '7rem']; //使
// //
onMounted(() => { onMounted(() => {