Skip to content

Commit

Permalink
chore(docs): no need to use ssr safe package
Browse files Browse the repository at this point in the history
Because components are now ssr safe by default
  • Loading branch information
stfsy committed Aug 12, 2022
1 parent fd77d43 commit fb83208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as components from '@discue/ui-components/ssr'
import * as internalComponents from '@discue/ui-components/ssr/internal'
import * as components from '@discue/ui-components'
import * as internalComponents from '@discue/ui-components/internal'
import { defineClientConfig } from '@vuepress/client'

export default defineClientConfig({
Expand Down

0 comments on commit fb83208

Please sign in to comment.