mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-09 07:42:43 +08:00
13 lines
202 B
Vue
13 lines
202 B
Vue
<template>
|
|
<u-divider half-width="200" height="80">{{content}}</u-divider>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'jnpf-divider',
|
|
props: {
|
|
content: {
|
|
default: ''
|
|
}
|
|
},
|
|
}
|
|
</script> |