fix: apply global Vditor styles in SSR

This commit is contained in:
Tim
2025-08-08 17:05:00 +08:00
parent 688d29f445
commit 6233508442
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import Vditor from 'vditor'
import 'vditor/dist/index.css'
import { API_BASE_URL } from '../main'
import { getToken, authState } from './auth'
import { searchUsers, fetchFollowings, fetchAdmins } from './user'