-
根据源码中的正则,不把 path title description 三个属性都填上,会导致path解析失败
```ts
// componentPreview.ts
// line 13~17
const getPropsReg1 =
/^$/
const getPropsReg2 =
/^$/
// line 39
const tokenConten…
-
### Describe the bug
Actuall I am using one pakage in vue component and I am importing my vue component in vitepress then when I am trying to build I am getting this error
(!) Some chunks are larg…
-
### Describe the bug
If I insert a codepen demo into a markdown page, everything works as expected during development. But in prod (or in preview) all the content after a custom Vue element (that add…
-
按照示例去配置了一下,引用的自己的组件,如果不使用demo插槽,不会报错,用了插槽后会报[plugin:vitepress] Cannot read properties of undefined (reading 'sfcBlocks'),http请求也会报一个500,还有一个hashmap 404的错误
-
### Describe the bug
`createContentLoader` resolves urls from project root rather than source directory. This results in invalid urls that are relative to the project root, but should be relative to …
-
I don't have any webdev experience. Also, I have the valence.rs domain name.
Edit: Here's what I would expect the website to have once finished:
- Dedicated page for documentation with a tutorial-…
-
直接在 MD文件里面写 Vue组件,Vue组件如果是带有jsx语法,会无法渲染,如:
`
Inner Card content
`
`:extra`参数无法渲染
-
### 基础用法
:::demo `继承el-button所有属性`
```vue
{{text}}
export default {
name: 'HomePage',
};
import { ref } from 'vue';
const text=ref('ab')
…
-
### Describe the bug
Use custom component with slot, When preview the build files, Got an error "Hydration completed but contains mismatches." and the page content is distorted.
### Reproduction
De…
-
Hi @jerrywu001 !
Thanks for this great plugin.
I want to use a custom layout for Sandpack. In my case, I want to display the editor above the results, instead of the default side-by-side. Is thi…