1.0.6 • Published 3 years ago

mrtnpmcomponent v1.0.6

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

npmcomponent

npm component

Build Setup

# install dependencies
npm install mrtnpmcomponent --save

import mrtnpmcomponent from 'mrtnpmcomponent'
<mrtnpmcomponent :msg="msg" @reset="reset" :btnStatus="btnStatus"></mrtnpmcomponent>

  data() {
      return {
        btnStatus:false,
        msg:"这是子组件"
      }
    },
    methods: {
      reset(){
		this.msg = this.msg.split('').reverse().join('')
        this.btnStatus = !this.btnStatus;
      }
}
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.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago