ykd-components
v0.9.27
Published
## Project setup
Downloads
31
Readme
ykd-components
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint
publish
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>