-
**Describe the bug**
.vitepress/theme/index.js 添加enhanceApp 报错
**To Reproduce**
Steps to reproduce the behavior:
.vitepress/theme/index.js 创建文件
添加代码如下:
![image](https://user-images.github…
-
### Discussed in https://github.com/vuepress/vuepress-next/discussions/493
Originally posted by **F-one-1** October 26, 2021
**Description**
The following error occurred when I tried to int…
-
### Which Component Need Enhancement 期望新增功能的组件
- Button
### What does the proposed API look like 期望支持的API
### Feature Description 功能描述
### Additional information 补充说明
-
修改思路:
1. 将 `src/template/*/demo` 修改为 `src/template/*/demo/zhcn` 与 `src/template/*/demo/enus`
2. vitepress的demo plugin中的正则由 `/src=("|')src\/packages\/[A-z]+-?[A-z]+\/demo("|')/` 变为 `/src=("|')src\/…
-
![image](https://user-images.githubusercontent.com/29355875/129912208-0150342c-f952-4cbc-8de1-3e2078d5e5f9.png)
vue版本3.1.1
demo示例代码如下
```
:::demo 使用`left`,`right`来定义`Search`搜索图标位置, 默认`right`
…
SituC updated
3 years ago
-
I just want to know if it will be supported by vuejs v3 to know if I should change of framework or I just need to wait.
Thanks so much!
-
**Is your feature request related to a problem? Please describe.**
[mdx](https://mdxjs.com/) help us import markdown as React/Vue component, or use component in markdown, which is a great feature for…
-
```vue
默认按钮
export defsult {
setup(){
const handle = ()=>{ todo... }
return {
handle
}
}
}
```
-
现在.md文件里的示例都是写在```vue ``` 之间,是否支持直接引入vue文件呢?
-
Would it be possible to make the Playground component open-source as well?
Could be very useful as a working example :)