diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 7ce369de..38ef9af1 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -74,6 +74,7 @@ export const theme: Theme = themePlume({ icons: true, codepen: true, replit: true, + codeSandbox: true, }, comment: { provider: 'Giscus', diff --git a/plugins/plugin-md-power/src/client/components/CodeSandbox.vue b/plugins/plugin-md-power/src/client/components/CodeSandbox.vue new file mode 100644 index 00000000..4302381a --- /dev/null +++ b/plugins/plugin-md-power/src/client/components/CodeSandbox.vue @@ -0,0 +1,64 @@ + + +