ykd-components
v0.9.27
Published
## Project setup
Readme
ykd-components
Project setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildRun your tests
yarn run testLints and fixes files
yarn run lintpublish
npm publish --registry https://registry.npmjs.org --access public
Customize configuration
header
<YKDHeader title="提问">
<template v-slot:search>
<button>111</button>
</template>
</YKDHeader>
<YKDHeader :showNav="false">
<template v-slot:title>
<button
data-log="test=zhoufan"
@click="clickTitle"
> 自定义title
</button>
</template>
</YKDHeader>