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:
parent
1855e45a56
commit
321d364f21
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
import { Controller } from "@hotwired/stimulus";
|
||||
|
||||
export default class extends Controller {
|
||||
static targets = [ "menu" ]
|
||||
static values = {isOpen: { type: Boolean, default: false }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue