Product Details 商品属性
- Language: 其他
- Database: 无
- License: License-Free
- Source Code: Fully Open Source
- Specification: Full Website Source
- Delivery: Automatic (instant download after payment)
- 酷炫钱包页面模板 直接引用 支持全端 : 酷炫钱包页面模板 直接引用 支持全端
Directly reference the Vue page, or you can customize it further. Developed with uniapp, supports all platforms.
<template>
<view>
<TCqianbao></TCqianbao>
</view>
</template>
<script>
import TCqianbao from '/uni_modules/TC-qianbao/pages/index.vue'
export default {
components:{
TCqianbao
},
}
</script>
