Skip to content

Vue 2.5.1 Component custom delimiter not working #5697

@marclave

Description

@marclave

Version

2.5.1

Reproduction link

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 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions