### Version 2.5.1 ### Reproduction link <private repo> ### Steps to reproduce `webpack.base.config` has the following alias ``` 'vue$': 'vue/dist/vue.common.js', ``` Running vue `2.5.1`, inside a component do ``` export default { delimiters: ['{', '}'], ``` And inside the `<template>` tags i have ``` <div> <a class="logo">{ Model.Name }</a> </div> ``` ### What is expected? Should output models value ### What is actually happening? outputting `{ Model.Name }` <!-- generated by vue-issues. DO NOT REMOVE -->