1.0.8 • Published 3 years ago

vue-component-sun v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-component-sun

A Vue library

Build Setup

# install library
npm install vue-component-sun --save
# app.vue register this component
 import {Main as sunCustomComponent,Second as sunSecondComponent}   from 'vue-component-sun';

  data () {
       return {
           myProData:'just a test',
        }
}
 componets:{ sunCustomComponent,
                sunSecondComponent
  }

   <sun-second-component :propData="myProData"></sun-second-component>
   <sun-custom-component :propData="myProData"></sun-custom-component>

For detailed explanation look for sunxueleid@sina.com

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago