Skip to content
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

Implement actionbar #34

Merged

Conversation

EddyVerbruggen
Copy link
Contributor

@EddyVerbruggen EddyVerbruggen commented Aug 1, 2017

Implements #13

Please review. I've added a few remarks to the code to clarify a few choices.

},

mounted() {
const refKeys = Object.keys(this.$root.$refs)

// TODO figure out how to find the Page object without using the $refs property
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is any better way, please let me know, but for now this suffices IMO.

icon: {
type: String
},
'android.position': {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't seem possible to do:

props: {
  android: {
    position: {
      type: String
    }
  }
}

.. but this works fine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is fine, and it's by design afaik

@rigor789 rigor789 merged commit 1e6decc into nativescript-vue:master Aug 1, 2017
@EddyVerbruggen EddyVerbruggen deleted the implement-actionbar branch August 1, 2017 11:37
@nativescript-vue nativescript-vue locked as resolved and limited conversation to collaborators May 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants