BkunS

Results 7 comments of BkunS

在这个issue之前我就在[commit页面](https://github.com/NervJS/taro-ui/commit/90a2fc0269b7489babd3cd63b64ec3fda3fb7721#diff-9ce5a1f76ebda6cb9a12b9d502cada41b04c128c9d93da8297a6ecf5e26d3361)留言反应过这个问题了,但感觉并没啥用。。老版本还好好的,重新实现之后就崩了

> > > 图 > > > > > > 图片看不到,可以贴出来吗 > > 我回公司打开原项目后又可以了,什么都没改,可能官方修复了吧?…… 看了代码,完全没有动,还是不好用。。你是怎么写的?

> taro-ui 3.0.0-alpha.3版本是不需要这两个属性的,可以退回版本解决 总不能一直靠退回老版本解决啊,而且现在taro-cli选taro-ui模板搭出来的项目默认用的就是这个会出这个问题的SwipeAction组件。

The `data-="dark"` attribute is sth to support daisy-ui theming: [pull/144](https://github.com/nuxt-community/color-mode-module/pull/144). You can set it like following to have `` tag: ``` // nuxt.config.js module.exports = { ... colorMode: { dataValue:...

I encountered the same issue by not seeing initial state saved to storage, which I believe should be the expected behavior. After playing around a little bit, I believe that...

No, just double-checked and this is not the case. > @BkunS @hjw0968 Probably you guys passed a new pinia instance to the vue app. Check your `app.use()` > > ```...

Had the same issue. Client is using "websocket"package: ``` import { w3cwebsocket as W3CWebSocket } from 'websocket'; const client = new W3CWebSocket('ws://localhost:10010/', 'echo-protocol'); client.onerror = function() { console.log('Connection Error'); //...