Initial commit of akmon project
This commit is contained in:
9
pages/test/slottestpage.uvue
Normal file
9
pages/test/slottestpage.uvue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<slottest ref="udb" v-slot:default="{ data }">
|
||||
<!--
|
||||
<view>分页: 当前{{ (data as Array<UTSJSONObject>)}}</view> -->
|
||||
<view v-for="(item, idx) in (data as Array<UTSJSONObject>)" :key="idx">
|
||||
<view>{{ item.get("a") }} </view>
|
||||
</view>
|
||||
</slottest>
|
||||
</template>
|
||||
Reference in New Issue
Block a user