From 6cc79becbe5d53594613314b643c7c02d0d1f36a Mon Sep 17 00:00:00 2001 From: oeyoews Date: Sat, 23 Mar 2024 00:06:27 +0800 Subject: [PATCH] update --- README.md | 1 + entrypoints/popup/Popup.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ae118e2..6e116f1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This template should help get you started developing with Vue 3 in WXT. ## TODO +* 完成 welcome page * tour: https://element-plus.org/zh-CN/component/tour.html * tag * port 改变检测 diff --git a/entrypoints/popup/Popup.vue b/entrypoints/popup/Popup.vue index 9ea17ed..164794c 100644 --- a/entrypoints/popup/Popup.vue +++ b/entrypoints/popup/Popup.vue @@ -6,6 +6,7 @@ import utc from "dayjs/plugin/utc" // @ts-ignore import FaRegularEdit from '~icons/fa-regular/edit'; +// @ts-ignore import TdesignSetting from '~icons/tdesign/setting'; // @ts-ignore import MaterialSymbolsInfoOutline from '~icons/material-symbols/info-outline';