Commit 68821134 authored by lihaihan's avatar lihaihan

去掉类型检查用于发布

parent 4c8b395f
import { App, Plugin } from 'vue' import { App, Plugin } from 'vue'
import dayjs from 'dayjs' import dayjs from 'dayjs'
import ch from 'dayjs/locale/zh-cn' import ch from 'dayjs/locale/zh-cn'
import LocalizedFormat from 'dayjs/plugin/LocalizedFormat.js' import LocalizedFormat from 'dayjs/plugin/LocalizedFormat'
dayjs.extend(LocalizedFormat) dayjs.extend(LocalizedFormat)
dayjs.locale(ch) dayjs.locale(ch)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment