We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfbcd7 commit d65343bCopy full SHA for d65343b
docs/app/components/post/PostPage.vue
@@ -147,7 +147,10 @@ function copyLink() {
147
class="text-gray-200 dark:text-gray-800"
148
>
149
150
- <UContentSurround :surround="surround" />
+ <UContentSurround
151
+ :surround="surround"
152
+ :ui="{ linkTitle: 'text-wrap' }"
153
+ />
154
</UPageBody>
155
156
<template #right>
docs/content/templates/minimal-starter.md
@@ -3,6 +3,7 @@ slug: minimal-starter
3
subtitle: The minimalist template
4
title: Minimal Starter
5
baseDir: .
6
+draft: true
7
branch: content
8
category: minimal
9
demo: https://codesandbox.io/p/sandbox/github/nuxt/starter/tree/content
0 commit comments