Skip to content

Commit

Permalink
chore: cleanup playground
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 2, 2025
1 parent 154a5cb commit 6c55467
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions playground/app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ import { usePrismic, useAsyncData, ref } from '#imports'
const prismic = usePrismic()
const { data: doc } = await useAsyncData('doc', () => prismic.client.getSingle('kitchen_sink'))
const link = ref({ link_type: 'Web', key: 'ad8a212f-4faa-42d0-80dc-6a8495205000', url: 'https://awwwards.com/jankohlbach', target: '_blank', text: 'Awwwards' })
</script>

<template>
<div>
{{ doc?.id }} - {{ doc?.type }} - {{ doc?.last_publication_date }}
<PrismicLink :field="link" />
<PrismicLink :field="link" />
<PrismicLink :field="link">
hello
</PrismicLink>
<span
:class="null"
:data-foo="null"
Expand Down

0 comments on commit 6c55467

Please sign in to comment.