chore: clean up comments

This commit is contained in:
Anthony Fu 2021-01-10 17:13:02 +08:00
parent de3b1cd704
commit 411755ea47

View File

@ -40,8 +40,6 @@ const config: UserConfig = {
// https://github.com/antfu/vite-plugin-components
ViteComponents({
// currently, vite does not provide an API for plugins to get the config https://github.com/vitejs/vite/issues/738
// as the `alias` changes the behavior of middlewares, you have to pass it to ViteComponents to do the resolving
// allow auto load markdown components under `./src/components/`
extensions: ['vue', 'md'],