1.2.0 • Published 9 years ago

vuept v1.2.0

Weekly downloads
32
License
MIT
Repository
github
Last release
9 years ago

vuept

Another style to declare the props type for vue components.

Supported these types

import { num, str } from 'vuept'
//...
{
  props: {
    propA: Function,
    propB: num.default(() => 'bar'), // {type: Number, default: () => 'bar'}
    propC: str.required // {type: String, required: true}
  }
  //...
}
1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago