From fa0163a3859ac166ab205039f12c7a04aa724fa3 Mon Sep 17 00:00:00 2001 From: losting Date: Fri, 28 Oct 2022 18:26:51 +0800 Subject: [PATCH] =?UTF-8?q?naive=E5=85=A8=E5=B1=80API=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/naive.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/naive.ts b/src/plugins/naive.ts index 680043f..c61021e 100644 --- a/src/plugins/naive.ts +++ b/src/plugins/naive.ts @@ -1,10 +1,3 @@ -/* - * @Author: thelostword - * @Date: 2022-10-28 17:13:52 - * @LastEditors: thelostword - * @LastEditTime: 2022-10-28 18:01:54 - * @FilePath: \naive-ui-admin\src\plugins\naive.ts - */ import type { App } from 'vue'; import * as NaiveUI from 'naive-ui'; import { computed } from 'vue';