运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. />