2.1.8 • Published 25 days ago

common-ticket v2.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
25 days ago

Tickets组件

安装依赖

npm install common-ticket

开始使用

main.js文件中引入并注册
import Tickets from 'common-ticket';
Vue.use(Tickets);

使用方法

<template>
  <div style="padding:0 16px">
    <Ticket v-if="show" :token="tokens" :socketPath="socketPath" :profileUrl="profileUrl" :baseUrl="baseUrl" :translateLists="translateLists" @showMask="showMask" :record="record"></Ticket>
  </div>
</template>
2.1.8

25 days ago

2.1.7

25 days ago

2.1.6

2 months ago

1.0.0

2 years ago