# 条形码
<br />

## 导入使用
```code[javascript]
import SuBarCode from "ss-universal-client-web/comp/widget/su-bar-code";
```

## 用于条形码生成


:::demo
```html
<template>
	<su-bar-code :text="text"></su-bar-code>
</template>

<script>
export default {
    components:{seBarCode},
    data () {
        return {
            text:"hahahahahahahahahahahahahahahaha"
        }
    },
    methods:{}
}
</script>
```
:::
## Attributes

| 参数      | 说明          | 类型      | 可选值                           | 默认值  |
|---------- |-------------- |---------- |--------------------------------  |-------- |
| text     |  绑定数据           | String | — | — |
