1.0.6 • Published 2 years ago

mrtnpmcomponent v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago