1.1.0 • Published 4 years ago

like-vue v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Links/相关链接

掘金 https://juejin.im/post/5df9fdec6fb9a0163d1a6748

Features

  1. 支持场景

    • ng ts
    • react
    • other

技术栈(当前)

  1. 前端:ts,js

Project setup

npm install  like-vue 

Example

import {LikeVue} from 'like-vue'; 

export class TestComponent implements OnInit {
 @LikeVue()
 $watch() {
      return {
        // 监听的属性
        "prop":(newValue,oldValue)=>{
          // do something
        }
      };
    }
}

Thanks

https://github.com/vuejs
1.1.0

4 years ago

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.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago