@alihankoc olay bu değil anlatamadım herhalde Example.vue içinde bu şekilde kullanınca da hata alıyorum.
app.js:36915 [Vue warn]: Property or method "message" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
hata bu amacım textarenın içine girilen karakter sayısını bulmak .
<template>
<textarea v-model="deneme">
{{ deneme.length }}
</template>
çalışmıyor dediğim gibi.