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

delay adding click-outside event handler until after v-app has been mounted #137

Merged
merged 1 commit into from
Feb 13, 2017

Conversation

miquels
Copy link
Contributor

@miquels miquels commented Feb 13, 2017

as discussed on gitter. the bind() method of a directive can run before the component it's in has been mounted and added to the DOM, so install the click event handler after that.

@johnleider johnleider merged commit 47cf0f7 into vuetifyjs:master Feb 13, 2017
smyth64 pushed a commit to schmidigital/vuetify that referenced this pull request Mar 2, 2017
* 'master' of https://github.com/vuetifyjs/vuetify: (211 commits)
  enhancement for vuetifyjs#154
  [release] 0.8.10
  [build] 0.8.10
  updates for vuetifyjs#141
  added persistent prop for vuetifyjs#143
  fix for vuetifyjs#142
  fix for vuetifyjs#142
  added missing style.
  Update Alert.vue
  updated tabs to properly use v-model
  added back preventDefault for tabs
  added ability for alert to be default not visible
  [release] 0.8.9
  [build] 0.8.9
  small tweaks
  bug fix for sidebar
  fix for vuetifyjs#134
  fix for vuetifyjs#138
  delay adding click-outside event handler until after v-app has been mounted (vuetifyjs#137)
  Fix wrong toolbar item active class name (vuetifyjs#133)
  ...
KaelWD pushed a commit that referenced this pull request Oct 28, 2018
* replaced `<code></code>` with markdown

* replaced template strings with normal strings

* removed unnecessary spaces
@lock
Copy link

lock bot commented Apr 16, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants