| | |
| | | </div> |
| | | </PageWrapper> |
| | | </template> |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue'; |
| | | import { RotateDragVerify } from '/@/components/Verify/index'; |
| | | <script lang="ts" setup> |
| | | import { RotateDragVerify } from '@/components/Verify'; |
| | | |
| | | import img from '/@/assets/images/header.jpg'; |
| | | import img from '@/assets/images/header.jpg'; |
| | | |
| | | import { PageWrapper } from '/@/components/Page'; |
| | | import { PageWrapper } from '@/components/Page'; |
| | | |
| | | export default defineComponent({ |
| | | components: { RotateDragVerify, PageWrapper }, |
| | | setup() { |
| | | const handleSuccess = () => { |
| | | console.log('success!'); |
| | | }; |
| | | return { |
| | | handleSuccess, |
| | | img, |
| | | }; |
| | | }, |
| | | }); |
| | | </script> |
| | | <style lang="less" scoped> |
| | | .bg-gray-700 { |
| | | background-color: #4a5568; |
| | | function handleSuccess() { |
| | | console.log('success!'); |
| | | } |
| | | </style> |
| | | </script> |