tiny-vue/examples/sites/demos/apis/espace.js

27 lines
691 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
mode: ['pc'],
apis: [
{
name: 'espace',
type: 'component',
props: [
{
name: 'data',
type: 'Array , object',
defaultValue: '',
desc: {
'zh-CN': '设置组件数据,数组对象中包含选项有 type、value、icon。type 的可选择值有im、sip、mailto',
'en-US':
'Sets component data. The array object contains the options type, value, and icon. The value of type can be im, sip, or mailto'
},
mode: ['pc'],
pcDemo: 'support-open-espace'
}
],
events: [],
methods: [],
slots: []
}
]
}