How to pass laravel CSRF token value to vue

I have this form where the user should only type text inside a text area: <form action="#" v-on:submit="postStatus">{{-- Name of the method in Vue.js --}} <div...