Merge branch 'dev' of github.com:jetlinks/jetlinks-ui-vue into dev
This commit is contained in:
commit
e01ab75de9
|
@ -29,7 +29,8 @@
|
|||
"unplugin-auto-import": "^0.12.1",
|
||||
"unplugin-vue-components": "^0.22.12",
|
||||
"vue": "^3.2.45",
|
||||
"vue-router": "^4.1.6"
|
||||
"vue-router": "^4.1.6",
|
||||
"vue3-markdown-it": "^1.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.4.1",
|
||||
|
|
|
@ -189,7 +189,8 @@
|
|||
class="config-right-item-context"
|
||||
v-if="config.document"
|
||||
>
|
||||
{{ config.document }}
|
||||
<Markdown :source="config.document" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
@ -314,6 +315,8 @@ import {
|
|||
import AccessCard from './AccessCard/index.vue';
|
||||
import { message, Form } from 'ant-design-vue';
|
||||
import type { FormInstance } from 'ant-design-vue';
|
||||
import Markdown from 'vue3-markdown-it';
|
||||
|
||||
|
||||
//测试数据1
|
||||
const resultList1 = [
|
||||
|
|
Loading…
Reference in New Issue