mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
chore: update deps, marked@3.0.2
This commit is contained in:
parent
4ac6287697
commit
440dbb54b1
@ -103,7 +103,7 @@
|
||||
"inquirer": "^8.1.0",
|
||||
"jest": "^27.0.4",
|
||||
"lint-staged": "^11.0.0",
|
||||
"marked": "^2.0.1",
|
||||
"marked": "^3.0.2",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"superagent": "^6.1.0",
|
||||
@ -116,12 +116,12 @@
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@css-render/plugin-bem": "^0.15.4",
|
||||
"@css-render/vue3-ssr": "^0.15.4",
|
||||
"@css-render/plugin-bem": "^0.15.6",
|
||||
"@css-render/vue3-ssr": "^0.15.6",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"async-validator": "^4.0.1",
|
||||
"css-render": "^0.15.4",
|
||||
"css-render": "^0.15.6",
|
||||
"date-fns": "^2.19.0",
|
||||
"evtd": "^0.2.2",
|
||||
"highlight.js": "^11.0.1",
|
||||
|
@ -49,9 +49,3 @@ inline
|
||||
| language | `string` | `undefined` | Code language in highlightjs. |
|
||||
| trim | `boolean` | `true` | Whether to display trimmed code. |
|
||||
| inline | `boolean` | `false` | Whether the code is displayed as inline. |
|
||||
|
||||
## Code Slots
|
||||
|
||||
| Name | Parameters | Description |
|
||||
| ------- | ---------- | -------------------- |
|
||||
| default | `()` | Content of the code. |
|
||||
|
@ -49,9 +49,3 @@ inline
|
||||
| language | `string` | `undefined` | 代码在 highlightjs 中的语言 |
|
||||
| trim | `boolean` | `true` | 是否显示 trim 后的代码 |
|
||||
| inline | `boolean` | `false` | 使用行内样式 |
|
||||
|
||||
### Code Slots
|
||||
|
||||
| 名称 | 参数 | 说明 |
|
||||
| ------- | ---- | ----------- |
|
||||
| default | `()` | code 的内容 |
|
||||
|
Loading…
Reference in New Issue
Block a user