mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-12 22:30:11 +08:00
fiex doc-local url
This commit is contained in:
parent
6c73a0612b
commit
a112799b42
@ -81,12 +81,22 @@ const RayChart = defineComponent({
|
|||||||
name: 'RayChart',
|
name: 'RayChart',
|
||||||
props: {
|
props: {
|
||||||
width: {
|
width: {
|
||||||
/* `chart` 容器宽度, 默认撑满 */
|
/**
|
||||||
|
*
|
||||||
|
* chart 容器初始化宽度
|
||||||
|
*
|
||||||
|
* 如果未能继承宽度, 则会以 200px 宽度填充
|
||||||
|
*/
|
||||||
type: String,
|
type: String,
|
||||||
default: '100%',
|
default: '100%',
|
||||||
},
|
},
|
||||||
height: {
|
height: {
|
||||||
/* `chart` 容器高度, 默认撑满 */
|
/**
|
||||||
|
*
|
||||||
|
* chart 容器初始化高度
|
||||||
|
*
|
||||||
|
* 如果未能继承高度, 则会以 200px 宽度填充
|
||||||
|
*/
|
||||||
type: String,
|
type: String,
|
||||||
default: '100%',
|
default: '100%',
|
||||||
},
|
},
|
||||||
|
@ -5,6 +5,6 @@ export default {
|
|||||||
meta: {
|
meta: {
|
||||||
i18nKey: 'DocLocal',
|
i18nKey: 'DocLocal',
|
||||||
icon: 'doc',
|
icon: 'doc',
|
||||||
windowOpen: 'https://ray.yunkuangao.com/ray-template-doc/',
|
windowOpen: 'https://ray-template.yunkuangao.com/',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user