1.0.9 • Published 4 years ago

components-for-kyp v1.0.9

Weekly downloads
422
License
MIT
Repository
-
Last release
4 years ago

Install

安装方法

  1. npm安装 npm install components-for-kyp

  2. yarn安装 yarn add components-for-kyp

  3. 引用 components-for-kyp.js, 使用方法见下文

使用方法

  1. 全局安装
import {Main,Table} from 'components-for-kyp
Vue.use(Main)
Vue.use(Table)
  1. 直接引入components-for-kyp.js
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
</head>
<body>
<div id="app">
  <components-for-kyp></components-for-kyp>
</div>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="./dist/components-for-kyp.js"></script>
<script>
  new Vue({
    el: '#app',
    data: function() {
      return {
      }
    },
    methods: {
    }
  })
</script>
</body>
</html>
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago