0.1.2 • Published 10 months ago

sykj v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago
  • 🤓 SY_UI
  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

快速开始

安装

# NPM
$ npm install sykj --save

# Yarn
$ yarn add sykj

# pnpm
$ pnpm install sykj

使用

// main.ts
import { createApp } from "vue";
import sykj from "sykj";
import App from "./App.vue";

const app = createApp(App);

app.use(sykj);
app.mount("#app");
// App.vue
<template>
    <div class="app">
        <input type="text" />
        <SyKeyboard />
    </div>
</template>
// ***.vue

<template>
    <div class="app">
        <input type="text" />
        <!-- 使用input or textarea 聚焦时自动打开键盘-->
    </div>
</template>
0.1.0

11 months ago

0.1.2

10 months ago

0.0.3

1 year ago

0.1.1

10 months ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago