Commit 438199a5 authored by Regis's avatar Regis

camel case changepage and make span an a tag

parent 01c8499a
......@@ -17,7 +17,7 @@
'pageInfo',
],
methods: {
changepage(e) {
changePage(e) {
let pagenum = this.pageInfo.page;
let apiScope = gl.getParameterByName('scope');
......@@ -91,11 +91,11 @@
disabled: item.disabled
}'
>
<span
@click="changepage($event)"
<a
@click="changePage($event)"
>
{{item.title}}
</span>
</a>
</li>
</ul>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment