fiex doc-local url

This commit is contained in:
ray_wuhao 2023-02-17 16:45:26 +08:00
parent 6c73a0612b
commit a112799b42
2 changed files with 13 additions and 3 deletions

View File

@ -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%',
},

View File

@ -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/',
},
}