2.2.6 • Published 2 years ago

vue2-lay-render v2.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

2.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago