diff --git a/playground/error.vue b/playground/error.vue index 33083176..aca0f2c3 100644 --- a/playground/error.vue +++ b/playground/error.vue @@ -1,3 +1,12 @@ + - - diff --git a/playground/pages/articles/[slug].vue b/playground/pages/articles/[slug].vue new file mode 100644 index 00000000..d196aecd --- /dev/null +++ b/playground/pages/articles/[slug].vue @@ -0,0 +1,13 @@ + + + diff --git a/playground/pages/articles/index.vue b/playground/pages/articles/index.vue new file mode 100644 index 00000000..45a9fa1d --- /dev/null +++ b/playground/pages/articles/index.vue @@ -0,0 +1,34 @@ + + + diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 2255817f..0042b5bd 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -9,13 +9,11 @@ const story = await useAsyncStoryblok("vue", { resolve_relations: "popular-articles.articles" }); -const richText = computed(() => renderRichText(story.value.content.richText)); +/* const richText = computed(() => renderRichText(story.value.content.richText)); */