1.0.0 • Published 2 years ago
rhjx-title-box v1.0.0
# install dependencies
npm install rhjx-title-box
#使用
import RxTitleBox from 'rhjx-title-box'
import 'rhjx-title-box/dist/style.css'
<rxTitleBox :title="'我是title'">
<template v-slot:header>
我是header
</template>
<template v-slot:body>
<div style="text-align: left;">我是body</div>
</template>
</rxTitleBox>
1.0.0
2 years ago