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

Make all components to work without Vue.config.replace = false #760

Closed
noirbizarre opened this issue Feb 15, 2017 · 0 comments
Closed

Make all components to work without Vue.config.replace = false #760

noirbizarre opened this issue Feb 15, 2017 · 0 comments

Comments

@noirbizarre
Copy link
Contributor

Detailed Description

Vue 0.12 had a different behavior when instanciating components, it wasn't replacing the root element.
When migrating to Vue 1.x, we had to toggle Vue.config.replace = false in order to maintain a compatibility with some component.
This setting setting is deprecated and then removed in Vue 2.0.

Context

In order to stay close to standard Vue.js behavior, to allow upgrade and to simplify component styling (the component will be exactly as written, no custom surronding element), we need to drop Vue.config.replace = false and fix components for this behavior.

@noirbizarre noirbizarre changed the title Make all components to work without Vue.config.replace = false Make all components to work without Vue.config.replace = false Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant