From 342cf68deecc6c4bf0c281c1f5db1875a5309808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Tue, 30 Apr 2024 12:44:02 +0200 Subject: [PATCH] Add playground example. --- docs/examples/example.data.js | 2 +- docs/examples/playground.vue | 286 ++++++++++++++++++++++++++++++++++ 2 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 docs/examples/playground.vue diff --git a/docs/examples/example.data.js b/docs/examples/example.data.js index 745710e..9f92f4b 100644 --- a/docs/examples/example.data.js +++ b/docs/examples/example.data.js @@ -20,7 +20,7 @@ const Example = defineClientComponent(() => { return import('./${path.basename(file)}'); }) - + \`\`\`vue ${vueContent.slice(3).join('\n')} \`\`\` diff --git a/docs/examples/playground.vue b/docs/examples/playground.vue new file mode 100644 index 0000000..349cc3e --- /dev/null +++ b/docs/examples/playground.vue @@ -0,0 +1,286 @@ +// Playground +// +// Play with some of the components + + + + +