zcj-swiper-zcj

0.0.8 • Public • Published

张超军框架

Project install

npm install zcj-swiper-zcj --save

使用

全局应用插件

import ZcjSwiper from 'zcj-swiper-zcj'
Vue.use(ZcjSwiper)

vue模板可以按照这个方式使用

<ZcjSwiper :config="config"></ZcjSwiper>

安照下面的方式配置

export default {
  name: 'Home',
  data() {
    return {
      config: {
        loop: true,
        size: {
          width: "200px",
          height: "50px",
          background: "skyblue"
        }
      }
    }
  },
}

Customize configuration

See Configuration Reference.

Readme

Keywords

Package Sidebar

Install

npm i zcj-swiper-zcj

Weekly Downloads

2

Version

0.0.8

License

ISC

Unpacked Size

306 kB

Total Files

6

Last publish

Collaborators

  • zhangchaojun