mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* feat(demo): add demo vite * feat: flowDocument disposed check * chore: demo-vite config * chore: demo-vite lint config
14 lines
394 B
HTML
14 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-bundler="rspack">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Flow FreeLayoutEditor Demo</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/app.tsx"></script>
|
|
</body>
|
|
</html>
|