Skip to content

Commit 27a208b

Browse files
committed
docs: remove plugin usage
1 parent c1c26c6 commit 27a208b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/docs/guide/basic/passing-props.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ fallthrough attributes.(see [Props Declaration](https://vuejs.org/guide/componen
4949

5050
:::
5151

52-
**So we provide a vite plugin to support the generic type props same as `styled-components`. You can install the plugin [`@vue-styled-components/plugin`](https://github.com/vue-styled-components/plugin) to allow the following usage:**
52+
<!-- **So we provide a vite plugin to support the generic type props same as `styled-components`. You can install the plugin [`@vue-styled-components/plugin`](https://github.com/vue-styled-components/plugin) to allow the following usage:**
5353
5454
```ts
5555
const StyledDiv = styled.div<color: string>`
5656
color: ${props => props.color}
5757
`
58-
```
58+
``` -->
5959

6060
## Use `attributes`
6161

packages/docs/zh/guide/basic/passing-props.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ const blur = () => (borderColor.value = 'darkred')
4545

4646
:::
4747

48-
**所以我们提供了一个插件使得定义 props 与 `styled-components` 一样. 你可以安装插件 [`@vue-styled-components/plugin`](https://github.com/vue-styled-components/plugin) 以支持一下写法:**
48+
<!-- **所以我们提供了一个插件使得定义 props 与 `styled-components` 一样. 你可以安装插件 [`@vue-styled-components/plugin`](https://github.com/vue-styled-components/plugin) 以支持一下写法:**
4949
5050
```ts
5151
const StyledDiv = styled.div<color: string>`
5252
color: ${props => props.color}
53-
`
53+
``` -->
5454

5555
## 使用 `attributes`
5656

0 commit comments

Comments
 (0)