1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

Set target and state values.

This commit is contained in:
Claude Ayitey 2024-01-03 19:47:31 +00:00
parent 1855e45a56
commit 321d364f21

View file

@ -1,3 +1,6 @@
import { Controller } from "@hotwired/stimulus";
export default class extends Controller {
static targets = [ "menu" ]
static values = {isOpen: { type: Boolean, default: false }}