Skip to content

Commit 584de70

Browse files
committed
update docs
1 parent 9f48fe3 commit 584de70

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/content/en/examples/tailwind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ category: Examples
66
fullscreen: true
77
---
88

9-
See [Tailwind Examples Source Code](https://github.com/hunterliu1003/vue-final-modal/tree/master/docs/components/global/tailwind)
9+
See [Tailwind Examples Source Code](https://github.com/hunterliu1003/vue-final-modal/tree/master/example/src/components/tailwind)
1010

1111
## Simple
1212

docs/content/en/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ const CLASS_TYPES = [String, Object, Array]
145145

146146
<basic-options></basic-options>
147147

148-
## [See advanced examples](/examples)
149-
150-
## [See codepen examples](/examples)
148+
## [See more examples](/examples)
151149

152150
## Contribution
153151

docs/content/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
},
88
"defaultBranch": "master",
99
"github": "hunterliu1003/vue-final-modal",
10-
"twitter": false
10+
"twitter": "@hunterliu1003"
1111
}

docs/tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
purge: {
3+
content: ['../example/src/components/**/*.vue']
4+
},
25
theme: {
36
extend: {
47
colors: {

0 commit comments

Comments
 (0)