yuque-rich-text 1.0.0 → 1.0.1

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  由于本人觉得语雀编辑器非常好用,很符合我的使用习惯,然后发现语雀的[Chrome浏览器插件](https://github.com/yuque/yuque-chrome-extension)实现了编辑器的功能,所以将其富文本的功能拆分位一个单独的Vue3组件。
4
4
 
5
+ ## 安装
6
+ ```sh
7
+ npm i yuque-rich-text
8
+ ```
9
+
5
10
  ## 截图
6
11
  ![组件实例](https://github.com/Entity-Now/yuque-rich-text/blob/master/public/Images/preview.png)
7
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yuque-rich-text",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "author": "entity-now",
6
6
  "description": "由于本人觉得语雀编辑器非常好用,很符合我的使用习惯,然后发现语雀的浏览器插件实现了编辑器的功能,所以将其富文本的功能拆分位一个单独的Vue3组件。",
7
7
  "keywords": [
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- import YuqueRichText from '@/components/lake-rich/lake-rich'
1
+ import YuqueRichText from './components/lake-rich/lake-rich'
2
2
 
3
3
  export {
4
4
  YuqueRichText