element-plus/packages/select
kooriookami 84321952e0
doc: Fix and improve v-slot/slot (#711)
* style(slider): slider button style change

slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.

* style(slider): remove outline

* fix(docs): replace error v-slot/slot to correct

Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.

fix #704

* docs: v-slot can not bind on div

* fix: fix v-slot
2020-11-29 18:50:46 +08:00
..
__tests__ doc: Fix and improve v-slot/slot (#711) 2020-11-29 18:50:46 +08:00
src fix(select): fix tag content error in multiple mode (#641) 2020-11-21 11:04:52 +08:00
index.ts chore: update build type 2020-11-27 11:19:13 +08:00
package.json Feat/select (#381) 2020-10-03 19:07:02 +08:00