You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
389 B
20 lines
389 B
|
3 years ago
|
<template>
|
||
|
|
<view class="u-demo">
|
||
|
|
<view class="u-demo-wrap">
|
||
|
|
<view class="u-demo-title">演示效果</view>
|
||
|
|
<view class="u-demo-area">
|
||
|
|
<view class="u-no-demo-here">
|
||
|
|
只对各家小程序有效,点击右上角的"胶囊",即可弹出分享菜单
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
.u-demo {}
|
||
|
|
</style>
|