linking-kwy
v0.0.8
Published
nothing
Readme
Linking-kwy
pre
在网页中嵌入我的链接的小工具
重要 这个小工具的实现完全是为了方便自己嵌入 GitHub 按钮链接,没有任何其他使用意义,勿下载,慎用。
Installation
# use yarn
yarn add linking-kwy
# use npm
npm install --save linking-kwyHow to use
import { createApp } from 'vue'
import Linking from 'linking-kwy'
import 'linking-kwy/bundle/linking-kwy.css'
import App from './App.vue'
const app = createApp(App)
app.use(Linking)
app.mount('#app')In file vue
<Linking user="kangwuyi" repo="linking-kwy" />Props
| Name | Type | Default | Description | |:-----|:-----|:--------|:------------| | user | string | kangwuyi | github username | | repo | string | | github repo |
