Results 6 issues of

1. 希望在线打开的代码能够切换分支; 2. 希望能够直接在页面中能够搜索出对应的github项目,然后打开; 3. 希望能够直接编辑这些代码(切换成其它文件时,修改的文件还能保持不变),还能够保存修改的文件(也能导出到本地),意外关闭浏览器还能够恢复相关代码,等等; 4. 希望能够直接在线运行,在3的基础上,能够实时预览效果; 5. 希望第一次进入github1s的时候,如果当前浏览器不存在OAuth Token,能够有提示/指引 English : 1. Hope that the code opened online can switch branches; 2. We hope to search the corresponding...

自己更新了一个基于vue3的版本,大家可以去试用下,使用方式和这个一摸一样,只是在原有的基础上进行改进(原作者的代码是相当优秀的),[点击查看](https://github.com/xiaofan9/vue-count-to)

可以提供只显示区域名称的数据出来么

感觉现在vue3版本出来一段时间了,也趋向于稳定。希望大佬搞一个vue3 的版本

``` import { suppressWarnings } from 'core-decorators'; class Person { @deprecated facepalm() {} @suppressWarnings facepalmWithoutWarning() { console.warn("it is not output"); // not output this.facepalm(); } } let person = new...