diff --git a/plugins/plugin-md-power/src/client/components/CodeSandbox.vue b/plugins/plugin-md-power/src/client/components/CodeSandbox.vue index c3d2f625..33591c2e 100644 --- a/plugins/plugin-md-power/src/client/components/CodeSandbox.vue +++ b/plugins/plugin-md-power/src/client/components/CodeSandbox.vue @@ -2,6 +2,10 @@ import type { CodeSandboxTokenMeta } from '../../shared/index.js' import { computed } from 'vue' +defineOptions({ + inheritAttrs: false, +}) + const props = defineProps() const EMBED_LINK = 'https://codesandbox.io/embed/' @@ -37,9 +41,10 @@ const source = computed(() => {