提交 9063ea96 编写于 作者: 郭胜强

增加占位组件:movable-area、movable-view、canvas、web-view、cover-view

上级 558079be
<template>
<uni-canvas/>
</template>
<script>
export default {
name: 'Canvas'
}
</script>
<template>
<uni-movable-area/>
</template>
<script>
export default {
name: 'MovableArea'
}
</script>
<template>
<uni-movable-view/>
</template>
<script>
export default {
name: 'MovableView'
}
</script>
<template>
<uni-cover-view/>
</template>
<script>
export default {
name: 'CoverView'
}
</script>
<template>
<uni-web-view/>
</template>
<script>
export default {
name: 'WebView'
}
</script>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册