<p>저는 VUEJS를 처음 접했고 토렌트를 통해 배우고 있습니다.
작성자는 이전 버전의 문서를 사용하고 있으며 링크는 https://ru.vuejs.org/v2/guide/comComponents-custom-events.html</p>입니다.
<p>예를 들어 .sync는 버전 2.3.0에만 추가되었습니다. </p>
<pre class="brush:php;toolbar:false;"><text-document v-bind:title.sync="doc.title"></text-document></pre>
<p>laravel 프로젝트에서 VUEJS의 특정 버전(예: 2.2)을 사용할 수 있나요? </p>