دنبال کننده ها

۱۳۹۶ آذر ۹, پنجشنبه

javascript - How to prevent copy paste in vue.js

[ad_1]



In order to to make life hard for content thieves, I'd like to disable copy-paste of rendered texts on vue.js components.



Here is an example template :



<template>
<div id="my-precious-content">
<div class="container">
<div> Some texts come here </div>
<div> Still moreTexts here </div>
</div>
</div>
</template>


I'm wondering how to achieve this?




[ad_2]

لینک منبع