mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-26 11:38:15 +08:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import { defineClientConfig } from '@vuepress/client'
|
|
|
|
import 'windi.css'
|
|
|
|
export default defineClientConfig({})
|