ChangTian

Results 15 issues of ChangTian

input.value 都是 string 类型吧,直接 typeof 判断是不是number 有问题啊

缺少Grid布局内容

![image](https://user-images.githubusercontent.com/8947816/64753764-fe306900-d556-11e9-8579-b12ff351b80b.png) 项目不能初始化,没有假死,可以操作界面,但不能初始化成功,然后出现上图的报错,windows平台没有问题。

最新版的 IDE 在添加新的项目时,会卡死deepin系统,除了鼠标能动,其他的都over

/opt/wechat_web_devtools/bin/fix_node_sync_ipc.sh: 11: /opt/wechat_web_devtools/bin/fix_node_sync_ipc.sh: npm: not found fix_node_sync_ipc.sh 里的npm 执行报 not fount ,问题是我已经安装了 npm

希望放开这个判断,height 传入的什么就是什么,没什么必要做限制

## code ```js import * as shiki from 'shiki'; const html = ref(''); shiki .getHighlighter({ theme: props.theme, }) .then((highlighter) => { html.value = highlighter.codeToHtml(props.content, props.lang); }) .catch(console.warn); ``` ## result...

need-more-info

- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info ## What are the similar cases of this feature 想让页面头部单独进入某一个主题模式。 ## What...

type: enhancement
type: feature request
type: 🔮 style
status: 💬 discussion

Can you provide a complete example of how to use SeleniumIDE Events? For example, how do I register for the commandRecorded event? Where to register? How does it communicate with...

For example, I want to draw a gradient line and repeat it according to the specified vertical and horizontal spacing.