📅  最后修改于: 2023-12-03 14:44:07.040000             🧑  作者: Mango
"maggese" 是一个用于在表单组中附加文档的工具。它可以让程序员方便地为表单组增加相关文档,让用户更好地理解表单组内容。
在你的项目中安装"maggese":
npm install --save-dev maggese
import maggese from 'maggese';
export default {
components: { maggese },
data() {
return {
formData: {...},
schema: {...},
uiSchema: {...},
display: {...},
doc: 'https://path/to/your/document'
}
}
}
<template>
<div>
<maggese :url="doc" />
<vueform-generator ... />
</div>
</template>
String
true
文档的 URL 地址。
下面是一个 markdown 格式的代码片段示例:
# 使用 "maggese" 在表单组中附加文档
"maggese" 是一个用于在表单组中附加文档的工具。它可以让程序员方便地为表单组增加相关文档,让用户更好地理解表单组内容。
## 安装
在你的项目中安装"maggese":
```bash
npm install --save-dev maggese
import maggese from 'maggese';
export default {
components: { maggese },
data() {
return {
formData: {...},
schema: {...},
uiSchema: {...},
display: {...},
doc: 'https://path/to/your/document'
}
}
}
<template>
<div>
<maggese :url="doc" />
<vueform-generator ... />
</div>
</template>
String
true
文档的 URL 地址。
以上就是关于 "maggese" 的介绍及其在表单组中附加文档的使用方法。希望对你有所帮助!