Skip to content

Commit

Permalink
fix(docs): use ssr friendly ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent 6e2275d commit 8a9f696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/enhance/clientAppEnhance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as components from '@discue/ui-components'
import * as internalComponents from "@discue/ui-components/internal"
import * as components from '@discue/ui-components/ssr'
import * as internalComponents from "@discue/ui-components/ssr/internal"
import { defineClientAppEnhance } from '@vuepress/client'

export default defineClientAppEnhance(({ app }) => {
Expand Down

0 comments on commit 8a9f696

Please sign in to comment.