Sha256: 4d8df27f8adc3b352fe1ccf32134dda90e99132409e98e3d32b668277aa58c84
Contents?: true
Size: 273 Bytes
Versions: 22
Compression:
Stored size: 273 Bytes
Contents
import { CocoComponent } from "@assets/js/coco/component.js"; export default CocoComponent("confirmPanel", () => { return { confirm() { this.$dispatch("confirmation:confirm"); }, cancel() { this.$dispatch("confirmation:cancel"); }, }; });
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
coveragebook_components-0.16.0 | app/components/coco/buttons/confirm_panel/confirm_panel.js |
coveragebook_components-0.15.0 | app/components/coco/buttons/confirm_panel/confirm_panel.js |