v0.1.6
Add support for VitePress in @golar/vue plugin.
Typechecking for VitePress .md files can be enabled in golar.config.ts:
import { defineConfig } from 'golar/unstable'
import * as vue from '@golar/vue'
vue.configure({
vitePressExtensions: ['.md'],
})
export default defineConfig({})