Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Feb 15, 2023
1 parent 0010a8f commit 84b999b
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 104 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index.md - v1.0.0 / [Exports](modules.md)
index.md - v1.1.0 / [Exports](modules.md)

<div style="text-align: center;" align="center">

Expand Down
18 changes: 9 additions & 9 deletions docs/classes/default.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / default
[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / default

# Class: default

Expand Down Expand Up @@ -36,7 +36,7 @@

#### Defined in

[index.ts:40](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L40)
[index.ts:50](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L50)

## Properties

Expand All @@ -46,7 +46,7 @@

#### Defined in

[index.ts:38](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L38)
[index.ts:48](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L48)

---

Expand All @@ -56,7 +56,7 @@

#### Defined in

[index.ts:39](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L39)
[index.ts:49](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L49)

---

Expand All @@ -66,7 +66,7 @@

#### Defined in

[index.ts:37](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L37)
[index.ts:47](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L47)

---

Expand All @@ -76,7 +76,7 @@

#### Defined in

[index.ts:36](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L36)
[index.ts:46](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L46)

## Methods

Expand All @@ -97,7 +97,7 @@

#### Defined in

[index.ts:47](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L47)
[index.ts:60](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L60)

---

Expand All @@ -111,7 +111,7 @@

#### Defined in

[index.ts:89](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L89)
[index.ts:102](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L102)

---

Expand All @@ -125,4 +125,4 @@

#### Defined in

[index.ts:78](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L78)
[index.ts:91](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L91)
37 changes: 27 additions & 10 deletions docs/interfaces/Options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / Options
[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / Options

# Interface: Options

Expand All @@ -14,6 +14,7 @@
- [parent](Options.md#parent)
- [patchFlag](Options.md#patchflag)
- [props](Options.md#props)
- [tagName](Options.md#tagname)
- [target](Options.md#target)

## Properties
Expand All @@ -26,7 +27,7 @@ vue3.0 app

#### Defined in

[index.ts:23](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L23)
[index.ts:30](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L30)

---

Expand All @@ -38,7 +39,7 @@ children

#### Defined in

[index.ts:15](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L15)
[index.ts:15](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L15)

---

Expand All @@ -50,7 +51,7 @@ vue2.0 context

#### Defined in

[index.ts:27](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L27)
[index.ts:34](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L34)

---

Expand All @@ -60,7 +61,7 @@ vue2.0 context

#### Defined in

[index.ts:17](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L17)
[index.ts:17](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L17)

---

Expand All @@ -70,17 +71,19 @@ vue2.0 context

#### Defined in

[index.ts:18](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L18)
[index.ts:18](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L18)

---

### parent

`Optional` **parent**: `unknown`

parent context

#### Defined in

[index.ts:32](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L32)
[index.ts:42](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L42)

---

Expand All @@ -90,7 +93,7 @@ vue2.0 context

#### Defined in

[index.ts:16](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L16)
[index.ts:16](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L16)

---

Expand All @@ -102,14 +105,28 @@ propsData

#### Defined in

[index.ts:11](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L11)
[index.ts:11](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L11)

---

### tagName

`Optional` **tagName**: keyof `HTMLElementTagNameMap`

tagName of mount target, default: div

#### Defined in

[index.ts:26](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L26)

---

### target

`Optional` **target**: `Element` \| `ShadowRoot`

mount target

#### Defined in

[index.ts:19](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L19)
[index.ts:22](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L22)
10 changes: 5 additions & 5 deletions docs/modules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[index.md - v1.0.0](README.md) / Exports
[index.md - v1.1.0](README.md) / Exports

# index.md - v1.0.0
# index.md - v1.1.0

## Table of contents

Expand All @@ -26,7 +26,7 @@

#### Defined in

[index.ts:5](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L5)
[index.ts:5](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L5)

---

Expand All @@ -36,7 +36,7 @@

#### Defined in

[index.ts:4](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L4)
[index.ts:4](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L4)

---

Expand All @@ -46,4 +46,4 @@

#### Defined in

[index.ts:6](https://github.com/saqqdy/vue-mount-plugin/blob/86c8f88/src/index.ts#L6)
[index.ts:6](https://github.com/saqqdy/vue-mount-plugin/blob/0010a8f/src/index.ts#L6)
Loading

0 comments on commit 84b999b

Please sign in to comment.