任务明细页面
This commit is contained in:
8
components/fab/fab.wxml
Normal file
8
components/fab/fab.wxml
Normal file
@@ -0,0 +1,8 @@
|
||||
<import src="../common/template/button.wxml" />
|
||||
|
||||
<view class="{{classPrefix}} {{prefix}}-class" style="{{style}}">
|
||||
<template
|
||||
is="button"
|
||||
data="{{ ...baseButtonProps, icon, ...buttonProps, externalClass: prefix + '-class-button', content: text}}"
|
||||
/>
|
||||
</view>
|
||||
Reference in New Issue
Block a user