2.2.6 • Published 5 months ago

vue2-lay-render v2.2.6

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

vue2-lay-render

  • 结构化编辑器,渲染器

安装

   npm install vue2-lay-render

配置 使用

import layEditor from "vue2-lay-editor";
import layRender from "vue2-lay-render";
   // 编辑
   <lay-editor  @change="onLayEditor"></lay-editor>
   // 渲染
   <lay-render :content="content" ></lay-render>

   data(){
      return {
         content:[],
      }
   },
   methods:{
      // 获取编辑器的数据
      onLayEditor(data){
         this.content = data
      },
   },

日志

2023 年 12 月 14

  • 优化代码块高亮
2.2.5

5 months ago

2.2.6

5 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

9 months ago

1.2.2

9 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.7

11 months ago

1.1.6

11 months ago

1.1.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