Skip to content

Commit

Permalink
Merge pull request #59 from radiorz/main
Browse files Browse the repository at this point in the history
chore: client 多写了ct ,去除之
  • Loading branch information
JOU-amjs authored Dec 28, 2024
2 parents b04b2a4 + 6e96af9 commit 53e6a8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use hook
```jsx
import { useState } from 'react';
import { apiSendCaptcha } from './api.js';
import { useCaptcha } from 'alova/clientct';
import { useCaptcha } from 'alova/client';

const App = () => {
const [mobile, setMobile] = useState('');
Expand Down Expand Up @@ -137,7 +137,7 @@ const App = () => {

```jsx
import { apiSendCaptcha } from './api.js';
import { useCaptcha } from 'alova/clientct';
import { useCaptcha } from 'alova/client';
import { createSignal } from 'solid-js';

const App = () => {
Expand Down

0 comments on commit 53e6a8b

Please sign in to comment.