lanan-old/detection-user/uni_modules/netohall-mEditor
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00
..
components/mEditor init 2024-07-17 14:16:22 +08:00
readme_files init 2024-07-17 14:16:22 +08:00
changelog.md init 2024-07-17 14:16:22 +08:00
package.json init 2024-07-17 14:16:22 +08:00
readme.md init 2024-07-17 14:16:22 +08:00

netohall-mEditor

声明:基于https://ext.dcloud.net.cn/plugin?id=9322版本修改完善编辑页面内容

ids是必填且在同一页面有两个及以上的mEditor组件时要填写不重复的ID #代码主要来自 #参考来自

<template>
      <uni-forms-item name="content" label="产品介绍">
        <mEditor v-model="content" ids="content"></mEditor>
      </uni-forms-item>
</template>


export default {
	data() { 
		return {
			content: `<p>这里是内容</p>`
		}
	}
}