运维小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

fab.wxml 226B

1234567
  1. <import src="./template/view.wxml" />
  2. <import src="./template/draggable.wxml" />
  3. <template
  4. is="{{draggable ? 'draggable' : 'view'}}"
  5. data="{{prefix, classPrefix, style, customStyle, moveStyle, draggable, buttonData}}"
  6. />