import { Controller } from '@hotwired/stimulus'; export default class extends Controller { handle() { this.element.remove(); } }

AltStyle によって変換されたページ (->オリジナル) /