Commit 59b460b9 authored by tyyin lan's avatar tyyin lan

chore: 剔除无关的包引入

parent 50ea1652
......@@ -6,11 +6,6 @@ import App from './app.vue'
import '@/styles/app.css'
import '@/styles/nprogress.css'
// 引入 Tippy.js 的核心、主题和动画CSS
import 'tippy.js/dist/tippy.css'
import 'tippy.js/themes/light-border.css' // 一个漂亮的主题,可选用
import 'tippy.js/animations/scale-subtle.css' // 一个平滑的动画,可选用
async function bootstrap() {
const app = createApp(App)
......
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