-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Vue.js version
1.0.26
Reproduction Link
http://codepen.io/sirlancelot/pen/zBPVBo?editors=1010#0
Steps to reproduce
- Bind an inline object with a value containing the backtick character
What is Expected?
- Object is reproduced properly in the data model
What is actually happening?
scope.
is being added to everything between the backtick and an escaped quote.
We're using props to curry an initial data model from the server to the browser. We're doing it in a manner similar to the example shown in the CodePen. Basically, our root Vue instance contains a list of props that will show up on the element and are populated by the server.