UNPKG

@mini-dev/directive-views

Version:
14 lines (12 loc) 279 B
import { MiniComponent } from '../internal'; import { Value } from '../behaviors'; MiniComponent({ behaviors: [Value], methods: { onTap(e) { wx.setClipboardData({ data: this.getValue() }); } } });