示例其他useSvelteFlowuseSvelteFlow该 useSvelteFlow 钩子使您可以访问 Svelte Flow 存储,并提供一些用于更新视口的函数。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述