Files
2025-08-15 14:05:08 +08:00

12 lines
285 B
Plaintext

<t-cell title="地址" note="{{note}}" bind:click="showCascader" arrow></t-cell>
<t-cascader
class="demo"
visible="{{visible}}"
keys="{{keys}}"
options="{{options}}"
title="请选择地址"
placeholder="未选中时的提示文案"
bind:change="onChange"
></t-cascader>