Relative Content

Tag Archive for vue.jsvitevitepress

How to use VitePress without Single-File Components

I’m working on a Vue.js project with Vite and wanna have a automatic documentation with vitePress. When I try to build the docs I get the error that at least one of the tags have to be inside of my components (, ). But I’m not creating my components as Single-File Components. I split them into 3 files (index.ts, template.tpl and style.scss) How can I customize the config file to solve that issue ?