Skip to content

error with .vue component #4961

@urusaich

Description

@urusaich

Hello! Can you help me please?

Vue.js version

2.1.10
vue-loader: 11.0.0
vue-template-compiler: 2.1.10

<template>
    <div class="bbeditor-container">
        <textarea :value="content"></textarea>
    </div>
</template>

works fine, but

<template>
    <div class="bbeditor-container">
        <textarea :value="content"></textarea>
        <div class="bbeditor-buttons-container">
            
        </div>
    </div>
</template>

throw me an error:
[Vue warn]: Error when rendering component at c:\OpenServer\domains\aqproject\frontend\vue\wysiwyg.vue:
TypeError: _vm._v is not a function

whats wrong with this core?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions