fix🛠️: dayjs bug

This commit is contained in:
clz 2022-09-06 01:46:55 +08:00
parent 0afc4b5e44
commit 6b54a5dc9d
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import * as dayjs from 'dayjs'
import dayjs from 'dayjs'
export enum BillType {
consume = 0,

View File

@ -1,6 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// TODO: 动态导入,减少打包体积
// https://vitejs.dev/config/
export default defineConfig({
server: {