Sandpack Sandbox
You can add Sandpack Sandbox as playground using markdown container syntax, here is the example.
You can add Sandpack Sandbox as playground using markdown container syntax, here is the example.
<template> <h1>Hello {{ msg }}</h1> </template> <script setup> import { ref } from 'vue'; const msg = ref('world'); </script>