tmagic-editor icon indicating copy to clipboard operation
tmagic-editor copied to clipboard

Results 63 tmagic-editor issues
Sort by recently updated
recently updated
newest added

最新的 master 执行 npm run pg 然后修改,然后出现报错 ![image](https://user-images.githubusercontent.com/12083690/179753577-39c3136d-af6d-436b-99d3-d21bb55b2618.png) ![image](https://user-images.githubusercontent.com/12083690/179753827-596129f7-47c0-4fd1-b576-deac1c9ad6dd.png) 请问这个是版本问题吗 ?

代码编辑功能使用频率本来不高(或者只需一个简单的json/js编辑器),build打包出来的文件大小,monaco-editor占比却非常高,包含各种无用语言的scripts文件。

使用该组件时,内部放置了自定义的form组件,当事件来控制overlay显示隐藏时,会出现有时显示后,ref内部组件为空的情况。

如题,如图 ![微信截图_20231213180022](https://github.com/Tencent/tmagic-editor/assets/100547516/01736fd1-a0f3-407e-875b-8fe2db2d9978) 。具体可以看官网文档中的playground。

表单里面必填项和校验规则还是比较常见的需求,可以加上吗?

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

pnpm: depNode.fetchingFiles is not a function at D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:130469:45 at Array.map () at linkAllPkgs (D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:130468:35) at linkNewPackages (D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:130435:9) at async linkPackages (D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:130289:27) at async _installInContext (D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:131134:25) at async installInContext (D:\nodejs\v16\node_modules\pnpm\dist\pnpm.cjs:131374:16) at...

现在有两个页面page_A和page_B,然后page_A页面中有一个按钮,绑定事件点击跳转到page_B页面;这个功能可以怎么实现呢?