6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
|
<view
|
||
|
class="{{classPrefix}} {{bordered ? classPrefix + '--border' : ''}} {{fixed ? classPrefix + '--fixed' : ''}} {{safeAreaInsetBottom ? classPrefix + '--safe' : ''}} {{prefix}}-class"
|
||
|
>
|
||
|
<slot />
|
||
|
</view>
|