docs: update content, improve the Alpine.js guide

This commit is contained in:
Hans Pagel
2021-04-08 22:42:18 +02:00
parent 0b7a780878
commit 7e21bdd752
8 changed files with 70 additions and 31 deletions

View File

@@ -101,7 +101,7 @@ export default {
</script>
```
You should now see tiptap in your browser. Youve successfully set up tiptap! Time to give yourself a pat on the back.
You should now see tiptap in your browser. Time to give yourself a pat on the back! :)
## 5. Use v-model (optional)
Youre probably used to bind your data with `v-model` in forms, thats also possible with tiptap. Here is a working example component, that you can integrate in your project: