@yiitap/vue 1.0.13 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @yiitap/vue
2
+ [![Version](https://img.shields.io/npm/v/@yiitap/vue.svg?label=version)](https://www.npmjs.com/package/@yiitap/vue)
3
+ [![Downloads](https://img.shields.io/npm/dm/@yiitap/vue.svg)](https://npmcharts.com/compare/yiitap?minimal=true)
4
+ [![License](https://img.shields.io/npm/l/@yiitap/vue.svg)](https://github.com/yiitap/yiitap/blob/main/LICENSE)
2
5
 
3
- > Yiitap vue component.
6
+ ## Introduction
7
+ Yiitap is a WYSIWYG rich-text block-based editor built on top of [tiptap](https://tiptap.dev).
4
8
 
5
- ## Usage
9
+ ## Official Documentation
10
+ Documentation can be found on the [Yiitap website](https://yiitap.pileax.ai).
6
11
 
12
+ ## License
13
+ Yiitap is open sourced software licensed under the [MIT license](https://github.com/yiitap/yiitap/blob/main/LICENSE).