From 0e8b533750336a3804fe47878afca16bc176e9b6 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 16 Oct 2023 00:27:45 +0300 Subject: [PATCH] Add playground sample --- doc/nuxt/ExampleDoc.vue | 3 ++- pages/nuxt/index.vue | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/nuxt/ExampleDoc.vue b/doc/nuxt/ExampleDoc.vue index 3bc41f50b..9748ae346 100644 --- a/doc/nuxt/ExampleDoc.vue +++ b/doc/nuxt/ExampleDoc.vue @@ -1,7 +1,8 @@ diff --git a/pages/nuxt/index.vue b/pages/nuxt/index.vue index 36bc1c2ca..411231d2f 100644 --- a/pages/nuxt/index.vue +++ b/pages/nuxt/index.vue @@ -80,16 +80,16 @@ export default { label: 'Styles', component: StyleDoc }, + { + id: 'example', + label: 'Example', + component: ExampleDoc + }, { id: 'video', label: 'Video', component: VideoDoc }, - { - id: 'example', - label: 'Example', - component: ExampleDoc - } ] }; }