Skip to content

Commit

Permalink
fix: confict wrongly merged
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Apr 19, 2024
1 parent 0c0049a commit fdd5b46
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions components/content/ContentSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,11 @@ const basePath = computed(() => {
:key="item.partial"
>
<ContentQuery
v-slot="{ data }"
v-slot="dataQuery"
<<<<<<<
HEAD
:path="basePath"
=="====="
:path="`${basePath}/${item.partial}`"
>
>>>>>> fe627486df666e093463d5e92ad4cfc576d89bdd
find="one"
:where="{ _partial: true }"
>
>
<ContentRenderer :value="dataQuery.data" />
</ContentQuery>
</div>
Expand Down

0 comments on commit fdd5b46

Please sign in to comment.