KUN

Results 4 issues of KUN

作者您好,非常感谢您的仓库 `koa2-ssr-vite-vue3-ts-pinia full ts support` 这个模板所用的包过于老旧了,例如所用的 `vite` 版本为 `2.9.0`,最新版目前是 `4.5.0`。我将所有包的版本更新为了最新,并将新版本的变化也更改了 例如改变了 `vite server` 的[引入方式](https://vitejs.dev/guide/ssr.html#setting-up-the-dev-server),`pinia` 数据的 `parse` 等 还有原模板的 `server-dev` 与 `server-prod` 都是 `js` 书写,现在我将它们全部改为了 `typescript` 改完之后,运行 `pnpm dev` 和 `pnpm...

# Pull Request ## Description ちょっと見苦しいですが、どうぞよろしくお願いします。

This is a minor issue that can be ignored because the error rate is not high. If the number of forum visitors increases in the future, certain measures will be...

bug

If we input the `HTML output:` from the document into `isomorphic-dompurify`, like this: ```typescript const res = DOMPurify.sanitize(` function fancyAlert(arg) { if (arg) { $.facebox({ div: '#foo' }) } }...