From 57fef38bfe2bb4ce824e53672851d01e64c96909 Mon Sep 17 00:00:00 2001 From: losting Date: Fri, 28 Oct 2022 18:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=B4=E9=83=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.ts b/src/main.ts index dfe7669..b60c4c5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,10 +1,3 @@ -/* - * @Author: thelostword - * @Date: 2022-10-25 15:43:13 - * @LastEditors: thelostword - * @LastEditTime: 2022-10-28 18:03:36 - * @FilePath: \naive-ui-admin\src\main.ts - */ import './styles/tailwind.css'; import { createApp } from 'vue'; import { setupNaive, setupDirectives } from '@/plugins';