import { Controller } from "stimulus" export default class extends Controller { onClick() { window.location = this.data.get('link'); } }