Appearance
Online Demos
For example, like vite-vue , vue version >=3.2.0
vite-vue
null
<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>