Skip to content

Commit

Permalink
Merge branch 'main' into bwsy/fix/teleportEmptyTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c authored Jan 3, 2024
2 parents 14ae4e0 + a47fb45 commit 9e15ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/sfc-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ onMounted(() => {
:autoResize="true"
:sfcOptions="sfcOptions"
:clearConsole="false"
:preview-options="{
customCode: {
importCode: `import { initCustomFormatter } from 'vue'`,
useCode: `initCustomFormatter()`
}
}"
/>
</template>

Expand Down

0 comments on commit 9e15ee2

Please sign in to comment.