File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
javascript-developer/vue/others/accordion Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments