sandbox应该如何使用呢 #22
Unanswered
superchenwb
asked this question in
Q&A
Replies: 2 comments 16 replies
-
把 https://github.com/alibaba/designable/blob/main/packages/playground/src/sandbox.tsx 单独打成一个bundle就行了 |
Beta Was this translation helpful? Give feedback.
16 replies
-
麻烦请教下,<Sandbox jsAssets={['./runtime.bundle.js', './sandbox.bundle.js']} /> 这是在哪里渲染, {() => } 现在代替原来的Content 渲染 会报错 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<Sandbox jsAssets={['./runtime.bundle.js', './sandbox.bundle.js']} />
Sandbox组件现在可以使用吗?
runtime.bundle.js和sandbox.bundle.js这两个js是怎么来的呢
Beta Was this translation helpful? Give feedback.
All reactions