Sha256: 7e04be6b936a386c95313ab7d89891776621166bf9ba85cf208f46cb50aef0dd
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
import { Controller } from "@hotwired/stimulus"; export default class extends Controller { static get targets() { return ["url"]; } get href() { return this.urlTarget.href; } click(e) { Turbo.visit(this.href); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
masks-0.4.0 | app/assets/javascripts/controllers/table_controller.js |