fix🛠️: dayjs bug
This commit is contained in:
parent
0afc4b5e44
commit
6b54a5dc9d
|
@ -1,4 +1,4 @@
|
||||||
import * as dayjs from 'dayjs'
|
import dayjs from 'dayjs'
|
||||||
|
|
||||||
export enum BillType {
|
export enum BillType {
|
||||||
consume = 0,
|
consume = 0,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
import react from '@vitejs/plugin-react'
|
import react from '@vitejs/plugin-react'
|
||||||
|
|
||||||
|
// TODO: 动态导入,减少打包体积
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user