Upgrade all web dependencies and use pnpm instead of yarn

This commit is contained in:
apefuu
2024-09-03 21:05:17 +08:00
parent 6caa644259
commit 0cba31c885
3 changed files with 9591 additions and 61 deletions

View File

@@ -17,7 +17,7 @@
<script lang="ts">
import { defineComponent, ref } from 'vue';
import { useMessage } from 'naive-ui';
import { isYesterday, addDays } from 'date-fns/esm';
import { isYesterday, addDays } from 'date-fns';
export default defineComponent({
setup() {