0.1.2 • Published 4 years ago

ytian-ui v0.1.2

Weekly downloads
12
License
-
Repository
-
Last release
4 years ago

zhujuntian-ui

安装

npm run ytian-ui or yarn ytian-ui

使用

import ytianui from 'ytian-ui'
Vue.use(ytianui)

<template>
  <t-message message=" hello ,欢迎使用ytian-ui组件库"></t-message>
</template>
<script>
  export default {
    data () {
      return {
      }
    }
  }
</script>