1.1.26 • Published 4 years ago

@bpui/select v1.1.26

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

select

import bpui from '@bpui/select';

// use this vue component.
bpui.bpSelect
<template>
  <div>
    <bp-select v-model="value1" :datasource="selectdatasource1"/> 
    <bp-select v-model="value2" :datasource="selectdatasource2" multiple/>
    <bp-select v-model="value3" :datasource="selectdatasource3"/>
    <bp-select v-model="value4" :datasource="selectdatasource4"/>
  </div>
</template>

<script>
export default {
  data () {
    return {
      selectdatasource1: [],
      selectdatasource2: [],
      selectdatasource3: [],
      selectdatasource4: [],
      value1: '',
      value2: [],
      value3: '',
      value4: []
    }
  },
  methods: {
  }
}
</script>

style

/* scss */
import '@bpui/select/style';

/* css */
<link href="~@bpui/select/dist/style.css" rel="stylesheet" type="text/css"/>
1.1.26

4 years ago

1.1.25

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.24

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago