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.
12 lines
348 B
12 lines
348 B
<template>
|
|
<view
|
|
class="gui-margin gui-rows gui-align-items-center">
|
|
<text class="gui-h5 gui-icons gui-primary-color"> GraceUI 5</text>
|
|
<text class="gui-text-small gui-color-gray"
|
|
style="margin-left:20rpx; margin-top:6rpx;">更努力为更快更好的跨平台开发</text>
|
|
</view>
|
|
</template>
|
|
<script>
|
|
</script>
|
|
<style>
|
|
</style>
|