Skip to content

Commit c03cca6

Browse files
author
Mostafa Kamal
committed
vue accordion
1 parent 7027230 commit c03cca6

File tree

1 file changed

+38
-0
lines changed
  • javascript-developer/vue/others/accordion

1 file changed

+38
-0
lines changed

javascript-developer/vue/others/accordion/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,41 @@
33
* https://github.com/gerasimvol/vue-faq-accordion/blob/master/src/vue-faq-accordion.vue
44

55
* https://codepen.io/ktsn/pen/dzNRjx
6+
7+
8+
9+
* https://codepen.io/diemah77/pen/avabWG `menu`
10+
* https://codepen.io/andrejsharapov/pen/pXMwLP `menu`
11+
12+
13+
# collapse
14+
15+
* https://codepen.io/Laumak/pen/VPegzx
16+
* https://codepen.io/davestewart/pen/wPZxjb
17+
18+
* https://vue.ant.design/components/collapse/
19+
* https://codepen.io/ktsn/pen/dzNRjx
20+
21+
22+
# toaster
23+
24+
* https://github.com/shakee93/vue-toasted
25+
26+
27+
# select all checkbox
28+
29+
* https://codepen.io/jh-thank-you/pen/qjVWOj
30+
31+
* click -> menu
32+
33+
34+
35+
onclick service
36+
~ menuOpen = {service: true}
37+
~ preMenu = {about:false}
38+
39+
function open(ref){
40+
this.menuOpen = {ref:true}
41+
this.preMenu = {about:false}
42+
43+
}

0 commit comments

Comments
 (0)