1.1.0 • Published 6 years ago

like-vue v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago