# puzzle-next **Repository Path**: runoob_xie/puzzle-next ## Basic Information - **Project Name**: puzzle-next - **Description**: 🔥puzzle的vue3版本 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 0 - **Created**: 2021-08-29 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Hello Every This is a verify component about vue,it's support vue2 and vue3,look next: - 😀[puzzle-vue2](https://gitee.com/runoob_xie/puzzle) - 🔥[puzzle-vue3](https://gitee.com/runoob_xie/puzzle-next) Hope to provide some help for you - ### 嗨 你好 这是一个基于 vue 的拼图验证组件,它目前提供了两个版本: - 😀[puzzle-vue2](https://gitee.com/runoob_xie/puzzle) - 🔥[puzzle-vue3](https://gitee.com/runoob_xie/puzzle-next) 希望能给你提供一些帮助 ### online example - 😀[puzzle-vue2](https://codesandbox.io/s/puzzle-vue2-45w9b) - 🔥[puzzle-vue3](https://codesandbox.io/s/puzzle-vue3-2glu2?file=/src/main.js) ### props 属性 | name | type | default value | | -------------- | ------- | ---------------- | | width | Number | 300 | | height | Number | 150 | | errorRetry | Boolean | true | | img | String | "a free img url" | | offsetDistance | Number | 10 | | successText | String | "校验成功" | | failText | String | "校验失败" | ### Emit event ```javascript emit("complete", "success" || "fail"); ``` ### Connect 联系 1. aursordev@gmail.com 2. x17398977051@163.com