ckvv

Results 26 comments of ckvv

Same error. But vuepress 0.20.10 works

Why is no one responding after so long?

"0.8.0" 在 vite中存在相同问题, 回退到"0.7.3"版本正常,

@sxzz 似乎类型文件地址错了https://unpkg.com/browse/[email protected]/package.json `"types": "index.d.ts",` 应该是 `"types": "dist/index.d.ts",` https://github.com/ckvv/vite-project-unplugin-vue-macros + `run pnpm build` ``` [vite:dts] Start generate declaration files... src/components/button.vue.ts:7:1 - error TS2304: Cannot find name 'defineOptions'. 7 defineOptions({ ~~~~~~~~~~~~~ [vite:dts]...

I added a table of contents to my blog。 if you think this style is ok, I would be happy to create a pull requset + Widescreen + phone screen

> Hi. I want to know how is the progress of this feature? Thanks a lot for your development! you can try import this script ```js function debounce(func, wait, options...