Skip to content

Commit 2bf4a10

Browse files
authored
docs: remove ie 11 notes (#4429)
1 parent 890ab97 commit 2bf4a10

File tree

5 files changed

+0
-18
lines changed

5 files changed

+0
-18
lines changed

packages/.vitepress/theme/components/RequiresProxy.vue

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/core/onClickOutside/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ onClickOutside(target, event => console.log(event))
2626
</template>
2727
```
2828

29-
> This function uses [Event.composedPath()](https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath) which is NOT supported by IE 11, Edge 18 and below. If you are targeting these browsers, we recommend you to include [this code snippet](https://gist.github.com/sibbng/13e83b1dd1b733317ce0130ef07d4efd) on your project.
30-
3129
## Component Usage
3230

3331
```vue

packages/core/useMagicKeys/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ category: Sensors
66

77
Reactive keys pressed state, with magical keys combination support.
88

9-
<RequiresProxy />
10-
119
## Usage
1210

1311
```js

packages/shared/reactiveComputed/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ category: Reactivity
66

77
Computed reactive object. Instead of returning a ref that `computed` does, `reactiveComputed` returns a reactive object.
88

9-
<RequiresProxy />
10-
119
## Usage
1210

1311
```ts

packages/shared/toReactive/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ category: Reactivity
66

77
Converts ref to reactive. Also made possible to create a "swapable" reactive object.
88

9-
<RequiresProxy />
10-
119
## Usage
1210

1311
```ts

0 commit comments

Comments
 (0)