mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-17 14:43:42 +08:00
Upgrade all web dependencies and use pnpm instead of yarn
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user