Skip to content

Commit 6c55467

Browse files
committed
chore: cleanup playground
1 parent 154a5cb commit 6c55467

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

playground/app/pages/index.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@ import { usePrismic, useAsyncData, ref } from '#imports'
44
const prismic = usePrismic()
55
66
const { data: doc } = await useAsyncData('doc', () => prismic.client.getSingle('kitchen_sink'))
7-
8-
const link = ref({ link_type: 'Web', key: 'ad8a212f-4faa-42d0-80dc-6a8495205000', url: 'https://awwwards.com/jankohlbach', target: '_blank', text: 'Awwwards' })
97
</script>
108

119
<template>
1210
<div>
1311
{{ doc?.id }} - {{ doc?.type }} - {{ doc?.last_publication_date }}
14-
<PrismicLink :field="link" />
15-
<PrismicLink :field="link" />
16-
<PrismicLink :field="link">
17-
hello
18-
</PrismicLink>
1912
<span
2013
:class="null"
2114
:data-foo="null"

0 commit comments

Comments
 (0)