Skip to content

Commit 316bcd9

Browse files
authoredJun 21, 2024··
fix: navigate to pages with param (#678)
1 parent 93306e3 commit 316bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/devtools/client/components/RoutePathItem.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function navigate() {
7373
</template>
7474
</div>
7575
</template>
76-
<NButton block n="primary">
76+
<NButton type="submit" block n="primary">
7777
Navigate
7878
</NButton>
7979
</form>

0 commit comments

Comments
 (0)
Please sign in to comment.