Merge pull request #441 from nagisa77/codex/fix-vditor-styles-not-applying-in-ssr

fix: apply global Vditor styles in SSR
This commit is contained in:
Tim
2025-08-08 17:05:17 +08:00
committed by GitHub
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'