Skip to content

add typescript definition file #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2016
Merged

add typescript definition file #11

merged 1 commit into from
Feb 1, 2016

Conversation

kaorun343
Copy link
Contributor

No description provided.

@kaorun343
Copy link
Contributor Author

usage

import Component, {PropOption} from "vue-class-component";

var propA: PropOption = {
  type: Number,
  default: 0
}

@Component({
  template: '<div>{{propA}}</div>',
  props: { propA }
}}
class Example {
}

yyx990803 added a commit that referenced this pull request Feb 1, 2016
@yyx990803 yyx990803 merged commit d24b068 into vuejs:master Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants