Skip to content

Commit 0f04408

Browse files
committed
update docs
1 parent 0d1223e commit 0f04408

File tree

11 files changed

+13
-149
lines changed

11 files changed

+13
-149
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Simple to use, stackable, attachable, highly customizable, mobile-friendly Vue.js 2.0+ modal with SSR support.
5+
Simple to use, stackable, detachable, highly customizable, mobile-friendly Vue.js 2.0+ modal with SSR support.
66

77
`vue-final-modal` has no predefined styles.
88
There are only three classes inside `vue-final-modal`, including `.vfm__containter`, `.vfm__content`, `.vfm__overlay`. These classes have only the necessary styles and you can still easily override these styles through these props: `classes`, `content-class`, `overlay-class`

docs/content/en/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Advanced
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 6
55
category: Getting Start
66
---

docs/content/en/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Events
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 3
55
category: Getting Start
66
---

docs/content/en/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Examples
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 5
55
category: Getting Start
66
---

docs/content/en/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Introduction
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 0
55
category: Getting Start
66
features:
77
- TailwindCSS friendly
88
- Renderless component
99
- SSR support
1010
- Stackable
11-
- Attachable
11+
- Detachable
1212
- Scrollable
1313
- Transition support
1414
- Mobile friendly
@@ -18,7 +18,7 @@ features:
1818
<img src="/vue-final-modal/preview.png" class="light-img" />
1919
<img src="/vue-final-modal/preview-dark.png" class="dark-img" />
2020

21-
[Vue Final Modal](https://github.com/hunterliu1003/vue-final-modal) is a customizable, stackable, attachable and lightweight modal component.
21+
[Vue Final Modal](https://github.com/hunterliu1003/vue-final-modal) is a customizable, stackable, detachable and lightweight modal component.
2222

2323
## Features
2424

docs/content/en/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Properties
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 2
55
category: Getting Start
66
---

docs/content/en/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Roadmap
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 7
55
category: Getting Start
66
---

docs/content/en/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Setup
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 1
55
category: Getting Start
66
---
@@ -65,7 +65,7 @@ export default {
6565
```js[vue-final-modal.js]
6666
6767
68-
import { VueFinalModal } from 'vue-final-modal'
68+
import VueFinalModal from 'vue-final-modal/lib/VueFinalModal.vue'
6969
7070
Vue.component('VueFinalModal', VueFinalModal)
7171
```

docs/content/en/slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Slots
3-
description: 'Vue Final Modal is a customizable, stackable, attachable and lightweight modal component.'
3+
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 4
55
category: Getting Start
66
---

example/README.md

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

0 commit comments

Comments
 (0)