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',
|
||||
props: {
|
||||
width: {
|
||||
/* `chart` 容器宽度, 默认撑满 */
|
||||
/**
|
||||
*
|
||||
* chart 容器初始化宽度
|
||||
*
|
||||
* 如果未能继承宽度, 则会以 200px 宽度填充
|
||||
*/
|
||||
type: String,
|
||||
default: '100%',
|
||||
},
|
||||
height: {
|
||||
/* `chart` 容器高度, 默认撑满 */
|
||||
/**
|
||||
*
|
||||
* chart 容器初始化高度
|
||||
*
|
||||
* 如果未能继承高度, 则会以 200px 宽度填充
|
||||
*/
|
||||
type: String,
|
||||
default: '100%',
|
||||
},
|
||||
|
@ -5,6 +5,6 @@ export default {
|
||||
meta: {
|
||||
i18nKey: 'DocLocal',
|
||||
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