Tikkhun

Results 28 comments of Tikkhun

How to make it work? I try to add `autofocus:false` into options like this,but it still focus on the editor when component mounted. ``` ```

多谢,请问一下 cdn 引入, 使用还需要引入什么么,报错了 报错内容: ``` ReferenceError: template is not defined ``` 我在vue2 项目的 index.html 中引入了cdn ``` ``` 在 methods中使用: ``` this.$refs.card.append( template('art-card', { message: '112312323' }) ) ```

on windows 11 ,the panel will cover the normal app icons

> ![](https://camo.githubusercontent.com/c2f967ddc05474cf57117ffed44d9ce318ac1a2a39e211b49c304d487038f505/68747470733a2f2f73322e6c6f6c692e6e65742f323032322f30362f31302f763572504155655137337a6b4c77432e706e67) Windows 11 Build 22621 (22H2 RTM) 希望尽快解决,开发者加油 > > 更新:同样的系统版本,即使任务栏图标居左也是如此 如果下边左侧够长的话设置在左侧吧 如果想要不覆盖可以勾选 windows 11的靠近 图标旋向, 虽然感觉没有特别完美。。 ![image](https://user-images.githubusercontent.com/24271959/173179922-b4bdc8ce-2c1e-4e2e-a4e8-1d407153cb6d.png)

确实 在设置中可以见到. ![image](https://user-images.githubusercontent.com/24271959/182267761-194968cc-889a-4170-824b-112f1478f81e.png) 软件也可以同这个提示.

https://github.com/AutoDarkMode/Windows-Auto-Night-Mode 震惊 找到了一个竞品

![image](https://user-images.githubusercontent.com/24271959/144531158-9e4a1fb4-26bf-42d6-a881-d7a5854b629a.png) all log is use consoleLog so that the webstorm think they are the same but not different types of logs.

My solution is to change the console file should that it use the right console function ```js // eslint-disable-next-line no-console const consoles = { LOG: console.log.bind(console), INFO: console.info.bind(console), WARN: console.warn.bind(console),...

I only know that react-native-render-html could help for rendering string html template