以下是在Vue3.x中使用的文档 DEMO:https://isluo.com/work/vue-puzzle-vcode/ Vue3.x 安装 vue3-puzzle-vcode npminstallvue3-puzzle-vcode--save <template> <button@click="onShow">开始验证</button> <Vcode:show="isShow"@success="onS
**DEMO**: https://isluo.com/work/vue-puzzle-vcode/. Latest version: 1.1.7, last published: a year ago. Start using vue3-puzzle-vcode in your project by running `npm i vue3-puzzle-vcode`. There are 4 other projects in the npm registry using vue3-puzzle-vc
npm包地址:https://www.npmjs.com/package/vue3-puzzle-vcode npm安装 npm install vue3-puzzle-vcode --save 最简单例子: <template> <Vcode :show="isShow
vue3-puzzle-vcode是一个vue 拼图人机验证右滑拼图验证。用于vue项目快速集成拼图拖动验证码功能。 vue3-puzzle-vcode项目地址:https://github.com/javaLuo/vue-puzzle-vcode/blob/master/README3.md 演示地址:https://isluo.com/work/vue-puzzle-vcode/ 使用方法 安装vue3-puzzle-vcode包 npm install vue3-p...
vue3-puzzle-vcode 插件详解 一、基本信息与功能 vue3-puzzle-vcode 是一个专为 Vue 3 设计的拼图式人机验证插件。它利用拼图验证机制来提高Web表单的安全性,防止自动化脚本的攻击。该插件采用纯前端实现,无需复杂的后端集成,适合快速部署和轻量级验证方案。 二、安装方法 你可以通过 npm 或 yarn 将 vue3-puzzle...
{ dedupe: ['vue'] }, build: { lib: { name: 'vue3PuzzleVcode', entry: resolve(__dirname, 'src/lib/main.ts'), fileName: (format) => `vue3-puzzle-vcode.${format}.js` }, cssCodeSplit: true, rollupOptions: { external: ['vue'], output: { globals: { vue: 'Vue' } } } ...
最简单例子 <template><Vcode:show="isShow"@success="onSuccess"@close="onClose"/>开始验证</template>import{ref}from"vue";importVcodefrom"vue3-puzzle-vcode";constisShow=ref(false);constonShow=()=>{isShow.value=true;};constonClose=()=>{isShow.value=false;};constonSuccess=()=>{onClose...
1、下载插件 vue3-puzzle-vcode npm install vue3-puzzle-vcode --save 1、在需要用的vue文件中引入验证码插件 <template><Vcode:show="isShow"@success="onSuccess"@close="onClose"/><el-buttontype="primary"@click="onShow"style="margin: 100px">开始验证</el-button></template>import { ref ...
vue 拼图人机验证 右滑拼图验证. Contribute to javaLuo/vue-puzzle-vcode development by creating an account on GitHub.
vue 拼图人机验证 右滑拼图验证. Contribute to newEveryDay/vue-puzzle-vcode development by creating an account on GitHub.