selecto icon indicating copy to clipboard operation
selecto copied to clipboard

boundContainer:true, 代表啥意思?

Open afan0228 opened this issue 2 years ago • 2 comments

Environments

  • Framework name:
  • Framework version:
  • Component name:
  • Component version:
  • Testable Address(optional):

Description

afan0228 avatar Jun 28 '22 02:06 afan0228

If true, it is the container of selecto

daybrush avatar Jul 02 '22 14:07 daybrush

<div class="container">
</div>
<script>
new Selecto(container, ...)
</script>
<div class="container">
    <Selecto />
</div>

daybrush avatar Jul 02 '22 14:07 daybrush