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
+96-31Lines changed: 96 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
- DOM-based, mutates in place
7
7
- Driven by `@vue/reactivity`
8
8
9
+
## Status
10
+
11
+
- This is pretty new. There are probably bugs and there might still be API changes, so **use at your own risk.**
12
+
13
+
- The issue list is intentionally disabled because I have higher priority things to focus on for now and don't want to be distracted. If you found a bug, you'll have to either workaround it or submit a PR to fix it yourself. Feature requests are also unlikely to be accepted at this time - the scope of this project is intentionally kept to a bare minimum.
14
+
9
15
## Usage
10
16
11
17
```html
@@ -29,7 +35,7 @@ If you don't want the auto init, remove the `init` attribute and move the script
0 commit comments