1.1.26 • Published 2 years ago

@bpui/select v1.1.26

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.25

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.24

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago