import { Controller } from '@hotwired/stimulus'; export default class extends Controller { handle() { window.scrollTo(0, 0); } }

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