nyrf
nyrf
I use it with vite, eg: ```css @each $val, $i in 1, 2 { .icon-$(val) { background: url('./images/$(val).png'); } } .icon { background: url(./images/1.png); } ``` after build ```css .icon-1...
Sometimes we need add letter space when draw string, any way to do that? thanks.
希望可以支持rematch, 现在写rematch可以用,就是直接写一个方法 ```js inc () { this.$store.dipatch.count.increment() } ``` computed 倒是没问题,actions写法,原生的redux写法用rematch好像不行,我自己简单改了下extend/redux里的这里 ```js toAction && Object.keys(toAction).forEach(k => { let act = toAction[k]; toAction[k] = function (...args) { // this.$store.dispatch(act.apply(null, args)); this.$store.dispatch({type:...
h5和小程序没问题 index.vue里只有一行代码 ``` app demo ``` ``` 23:35:05.886 [Vue warn]: Error in directive css bind hook: "TypeError: Cannot convert undefined or null to object" 23:35:05.927 (found at pages/index/index.vue:1) 23:35:05.948 TypeError:...
文档太老了,现在按文档写的根本没法运行了,0.9.5倒还可以,最新的0.15.3集成后一直报错
``` cargo build --release --target=i686-pc-windows-msvc ``` ```bash error[E0793]: reference to packed field is unaligned --> D:\Applications\Scoop\persist\rustup\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tray-item-0.8.0\src\api\windows\mod.rs:201:9 | 201 | nid.szTip[..wide_tooltip.len()].copy_from_slice(&wide_tooltip); | ^^^^^^^^^ | = note: packed structs are only aligned...
It seems no way to get depth or cache depth to column? thanks.