You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
10
10
## Status
11
11
12
-
-`petite-vue` is a great and kinda stable library, but it's development inactive for now, so I decided make this fork to continue development. feel free to open issue or PR.
12
+
-`petite-vue` it's not mantained anymore, hence we will provide bug fixes and handle feature requests. Feel free to open issue or PR.
13
+
- this fork is focused on web components, but we will provide new generic features too
13
14
14
-
- my focus is support plugins, and better support fo web components
15
15
16
16
## Usage
17
17
@@ -315,6 +315,22 @@ You can use the `reactive` method (re-exported from `@vue/reactivity`) to create
315
315
</div>
316
316
```
317
317
318
+
Use `watchEffect` to re-run a function every time its dependencies changes.
0 commit comments