Results 13 issues of CV大师

### 🐛 Bug 描述 Bug description 这是我的代码 ```vue ``` 我期望点击每个对应图表时能弹出对应的提示,在大窗口模式下没有问题,能正常运行。但是窗口缩小后descriptions组件自动转为2列时,组件内的事件触发就乱了,我点击了第二个但是提示的是第四个事件。 这个是大窗口下正常的运行 ![ok](https://user-images.githubusercontent.com/20312535/145670043-fde0ef9c-a8b9-4591-975f-6794b7fc352f.gif) 这个是小窗口下事件触发错误 ![wrong](https://user-images.githubusercontent.com/20312535/145670066-42053dd6-c4d9-4e1f-a23a-3393da76758d.gif) 我把master分支代码clone下来后在workplace页面添加上面代码测试问题依然存在 有没有其他人遇到过??

线上文档无法打开,显示的都是文件 ![image](https://user-images.githubusercontent.com/20312535/195509069-f2f782be-20aa-40e6-b37c-54191b5475ba.png)

doc(faq.md)修改错别字

我整了半天也没搞出来,如何让这个插件支持服务端渲染?

Just like the title says, I want to do different logic based on different actions.

安装时checksum报错: 1.删除 package-lock.json 2.清除缓存: npm cache clear --force gym xxxx报错: 1.安装python2.7 2.使用以下命令运行: npm install --python=python27

here is my code to reset data, it will replace the old data: ```javascript const resetData = async (id:string) => { try { await editor.isReady; console.log('Editor.js is ready to work!')...

我上传的文件在阿里云而且要加签名才能访问下载,现在插件是直接弹出新窗口的url地址不能直接下载,能不能让我自定义点击事件?

1. Solve the problem that `/` cannot evoke toolbox in Chinese input method. `the symbol / : event.key=Process, event.code=Slash, event.keyCode=229` 2. Solve the problem that `/` is automatically entered in...

The first problem is that the block component does not inject the data of tune, and the components of the same tune also do not inject the data of block,...