2.9.6 • Published 3 months ago

vue2-lay-editor v2.9.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

vue2-lay-editor

  • 为写博客文章而生,结构化编辑器
  • 无需设计思想,无需考虑排版,轻松编写精美文章

安装

   npm install vue2-lay-editor

使用

import layEditor from "vue2-lay-editor";

配置 使用

   <lay-editor :value="value" :options="options"></lay-editor>

   data(){
      return {
         value:[],
         options:{
            // 主题色
            themeColor:"#1e80ff",
            // 对话配置
            dialogue = [
               {
                  leftImg: 'http://xxx/img.png',
                  leftText: "你好呀,我是小灰",
                  rightImg: 'http://xxx/img.png',
                  rightText: "我是大黄",
               }
            ],
            // 大图表情包配置
            maxEmoticon:[
                {
                     src: 'http://xxx/img.png'
                },
            ],
            // 小图表情包
            maxEmoticon:[
                {
                  title: '表情包1',
                  list: [
                     {
                        src:'http://xxx/img.png',
                     }
                  ],
               },
               {
                  title: '表情包2',
                  list: [
                     {
                        src:'http://xxx/img.png',
                     }
                  ],
               },
            ],
            uploadImg(file, src){
               return new Promise((resolve,reject)=>{
                  // 发送上传图片请求
                  // src 为上传后的图片地址
                  resolve(src)
               })
            }
        }
      }
   }

日志

2023 年 12 月 14

  • 优化代码块高亮
  • 新增了一些代码高亮语言

2023 年 12 月 20

  • 优化了代码块体积
2.9.6

3 months ago

2.9.5

3 months ago

2.9.3

4 months ago

2.9.1

4 months ago

2.9.0

4 months ago

2.8.7

5 months ago

2.8.9

5 months ago

2.8.8

5 months ago

2.7.7

5 months ago

2.5.6

5 months ago

2.5.7

5 months ago

1.5.6

5 months ago

1.5.5

5 months ago

1.5.3

8 months ago

1.5.2

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.9

8 months ago

1.4.8

8 months ago

1.4.7

8 months ago

1.4.6

8 months ago

1.4.5

8 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.9

10 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago