0.2.6 • Published 5 years ago

device-test v0.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

device-test

简介

基于vue的一个插件。

安装

   npm install device-test -S

使用

  import Vue from 'vue'
  import Test from 'device-test'
  import 'device-test/lib/device-test.css'
  Vue.use(Test)
  
  <template>
    <device-test :visible.sync="visible" :config="config"/>
  </template>

方法和属性

   visible: true || false。
   config: {
      type: ''http',
      path: 'http:// ....'  
   }

   更多功能开发中。。
0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago