- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33.8k
Closed
Labels
Description
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?