Skip to content

Commit 0958055

Browse files
committed
docs: fix use-request auto collect deps context
1 parent eed7092 commit 0958055

File tree

1 file changed

+2
-2
lines changed
  • packages/hooks/src/useRequest/docs/refreshDeps/demo

1 file changed

+2
-2
lines changed

packages/hooks/src/useRequest/docs/refreshDeps/demo/demo1.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</div>
1717
<div style="margin-top: 16px;">Loading:{{ loading ? 'loading' : '' }}</div>
1818

19-
<div style="margin-top: 16px;"
20-
>Data Value:
19+
<div style="margin-top: 16px;">
20+
<span>Data Value:</span>
2121
<div>
2222
<table>
2323
<thead>

0 commit comments

Comments
 (0)