Skip to content

Commit 78e9f1a

Browse files
committed
Fixing type error
1 parent eaa7631 commit 78e9f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/serve-pagination.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
data() {
1717
return {
1818
page: 0,
19-
url: null
19+
url: window.location.href
2020
}
2121
},
2222
watch: {

0 commit comments

Comments
 (0)