Clloz
Clloz
在配置了allowEdit 为 false,文档为只读的情况下,能不能配置图片无法拖动,裁剪,也不会弹出 image setting 的窗口。
import reflect-metadata before vue-property-decorator and Set emitDecoratorMetadata to true, but the prop type warning doesn't generate.
**BUG描述 | Describe the bug** > 请清晰描述BUG的行为 > A clear and concise description of what the bug is. 代码块中的 `$` 不显示,如果代码块中的 `$` 是奇数个会导致整个代码块不显示。 **复现方法 | To Reproduce** > 你是如何复现此BUG的,最好附带上能复现此BUG的文章地址或Markdown原文(建议使用[Pastebin](https://paste.ubuntu.com)或[Gist](https://gist.github.com)上传) >...
I use wakatime in may editor or terminal, such as vscode ,zsh. Now I change my daily editor to webstorm, I install wakatime plugin and set my Api Keys, but...
今天更新了10.15,由于macvim报错就卸载了,使用了系统默认的vim: `VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 5 2019 21:03:34)` 当进入vim的时候没有任何异常,但是在键盘上无论按什么都没有反应,当我把vimplus的配置删除的时候就能正常使用了。 打开文件也正常,也没看到任何报错,就是进去就卡住,什么操作都没响应。
The first js file work well,but if I kill the buffer or open other js files,it doesn't work. I use spacemacs, so I add the configuration(from readme) on `dotspacemacs/user-config`. ```...
rollup.config.js file ```javascript import css from 'rollup-plugin-css-only' export default { input: 'src/index.js', output: { file: 'dist/bundle.js', format: 'cjs', assetFileNames: '[name]-[hash][extname]' }, plugins: [ css() ] } ``` src/index.js ```javascript import...