Tiffiny Jenis

Results 6 issues of Tiffiny Jenis

Thanks to the demo, I run the demo,it worked fine. But when I use it in `Vue Router` ```js { path: 'index', name: 'CoderBasicDemo', component: () => import(path-to-monaco-editor.vue), meta: {...

切换tab时候, tab页内容会根据新路由地址 进行重新渲染,导致状态丢失. 可用通过 useRef 记住 容器中组件,从而进行 保留状态? ```tsx type TabHolder = { key: string; name: string; page: ReactNode; uri: string; params: Params; }; const tabList = useRef(new Map()); ```...

颜色变化不应该在dom中插入颜色无关的大量css代码 代码经过测试,且不影响下载

theme replacing should cut tons of irrelevant css these codes have been tested OK 风格替换既然是颜色,那么应该削减大量无关的代码. 可以通过regexp 捕捉相关的,以上代码经过测试

straight forword features