Mostly finished the button for the custom dropdown component. Just need to update the text displayed to reflect the current selection.

This commit is contained in:
ajdj100
2023-05-18 23:13:51 -04:00
parent babb36f048
commit 0cdd98fa99
5 changed files with 34 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@mahdikhashan/vue3-click-outside": "^0.1.2",
"vue": "^3.2.47",
"vue-router": "^4.2.0"
},