We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9210f commit fd55399Copy full SHA for fd55399
src/compiler/parser/index.js
@@ -91,7 +91,7 @@ export function parse (
91
process.env.NODE_ENV !== 'production' && warn(
92
'Templates should only be responsible for mapping the state to the ' +
93
'UI. Avoid placing tags with side-effects in your templates, such as ' +
94
- `<${tag}>.`
+ `<${tag}>` + ', as they will not be parsed.'
95
)
96
}
97
0 commit comments