Skip to content

Commit b02f959

Browse files
committed
📝 Change example url
1 parent 935b207 commit b02f959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://npmjs.com/package/vue3-use-modal"><img src="https://img.shields.io/npm/v/vue3-use-modal.svg" alt="npm package"></a>
66
<a href="https://github.com/eddie0329/vue3-use-modal/blob/main/LICENSE.md"><img src="https://img.shields.io/npm/l/vue3-use-modal.svg?style=flat-square" alt="license" /></a>
77
<a href="https://github.com/eddie0329/vue3-use-modal/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PR WELCOME" /></a>
8-
<a href="https://stackblitz.com/edit/vue-w6xg5y?file=src%2Fcontainer%2FContainer2.vue"><img src="https://img.shields.io/badge/%F0%9F%92%A1-examples-ff615b.svg?style=flat-square" alt="example" /></a>
8+
<a href="https://stackblitz.com/edit/vue-w6xg5y?file=src%2FApp.vue"><img src="https://img.shields.io/badge/%F0%9F%92%A1-examples-ff615b.svg?style=flat-square" alt="example" /></a>
99
</p>
1010
<br />
1111

@@ -67,7 +67,7 @@ declare module 'vue' {
6767

6868
## 🎩 Usage vue-use-modal
6969

70-
#### ⭐️ See example [here](https://stackblitz.com/edit/vue-w6xg5y?file=src%2Fcontainer%2FContainer2.vue).
70+
#### ⭐️ See example [here](https://stackblitz.com/edit/vue-w6xg5y?file=src%2FApp.vue).
7171

7272
### 1> Define modal component:
7373

0 commit comments

Comments
 (0)