Skip to content

Commit

Permalink
build: merge branch 'main' into feat/library
Browse files Browse the repository at this point in the history
  • Loading branch information
catouberos committed Dec 14, 2023
2 parents 42e573a + 1dc241c commit 0b59caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pages/review/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ definePageMeta({
:placeholder="$t('review.header')"
/>
</UFormGroup>
<AppEditor v-model="content" class="mb-6" />
<ClientOnly>
<AppEditor v-model="content" class="mb-6" />
</ClientOnly>
</div>
<div class="w-full flex-shrink-0 sm:w-64">
<div class="space-y-6">
Expand Down
4 changes: 3 additions & 1 deletion pages/review/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ definePageMeta({
:placeholder="$t('review.header')"
/>
</UFormGroup>
<AppEditor v-model="content" class="mb-6" />
<ClientOnly>
<AppEditor v-model="content" class="mb-6" />
</ClientOnly>
</div>
<div class="w-full flex-shrink-0 sm:w-64">
<div class="space-y-6">
Expand Down

0 comments on commit 0b59caf

Please sign in to comment.