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

View File

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