krist

Results 6 comments of krist

The same problem. I searched the Internet for a long time. There are few results for this problem. Consult to https://bookfere.com/post/218.html, maybe the different version of kindlegen causes.

好像是正则的时候有空格没有匹配到CFRECORD_ID导致的,加了个\s后正常了,我改了一下发了个pull

> month属性只是用来显示非当前月的月份days-color用的,不同月份days-color应该是单独定义为一个json对象 > 像这样: > `days: { "3": [{ "month": "current", "day": 8, "color": "white", "background": "red", "title": "妇女节", "schedulecolor": "#ff0000" }], "4": [{ "month": "current", "day": 1, "color": "white",...

I try to figure out this problem, and found that adding `resolveScopedSlots` func into`afterRender` (`src/utils/instance.ts`) can make the context.slots synchronized `context.slots` and actual slot content, like: ``` javascript export function...

@wenkeming 问一下,在实际的项目工程里也是同样的报错么?