ykd-components
TypeScript icon, indicating that this package has built-in type declarations

0.9.27 • Public • Published

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

See Configuration Reference.

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>

/ykd-components/

    Package Sidebar

    Install

    npm i ykd-components

    Weekly Downloads

    2

    Version

    0.9.27

    License

    none

    Unpacked Size

    3.17 MB

    Total Files

    44

    Last publish

    Collaborators

    • zfha
    • uemuki