Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaba23af

Browse files
committed
fixing links
1 parent9f4c999 commitaba23af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ npm install
2121
```bash
2222
npm run serve
2323
```
24-
You can access the project at`http://localhost:8080/`.
24+
You can access the project at`http://localhost:5173/`.
2525

2626
##Related docs
2727

28-
For details on how to integrate WebDataRocks into existing Vue projects, check out the[integration with Vue](https://www.webdatarocks.com/doc/vue/how-to-start-online-reporting/).
28+
For details on how to integrate WebDataRocks into existing Vue projects, check out the[integration with Vue](https://www.webdatarocks.com/doc/vue/how-to-start-online-reporting?r=gh_sample_vue).
2929

3030
##Support
3131

32-
For WebDataRocks-related questions, bug reports, and features requests, please[create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues).
32+
For WebDataRocks-related questions, bug reports, and features requests, please[create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues?r=gh_sample_vue).

‎src/components/TopMenu.vue‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<template>
22
<headerclass="mainheader fixed-head">
33
<divclass="container-xl">
4-
<ahref="https://www.webdatarocks.com/"target="blank"rel="noopener noreferrer"class="logo">
4+
<ahref="https://www.webdatarocks.com/?r=rm_vue"target="blank"rel="noopener noreferrer"class="logo">
55
<imgsrc="https://www.webdatarocks.com/base/assets/img/logo.svg"alt="" />
66
</a>
77
<ulclass="mainnav">
88
<li>
9-
<ahref="https://www.webdatarocks.com/demos/vue/pivot-table-demo/"target="blank"rel="noopener noreferrer">Demos</a>
9+
<ahref="https://www.webdatarocks.com/demos/vue/pivot-table-demo/?r=rm_vue"target="blank"rel="noopener noreferrer">Demos</a>
1010
</li>
1111
<li>
12-
<ahref="https://www.webdatarocks.com/doc/integration-with-vue/"target="blank"rel="noopener noreferrer">Integration with Vue</a>
12+
<ahref="https://www.webdatarocks.com/doc/integration-with-vue/?r=rm_vue"target="blank"rel="noopener noreferrer">Integration with Vue</a>
1313
</li>
1414
<li>
15-
<ahref="https://www.webdatarocks.com/doc/vue/intro"target="blank"rel="noopener noreferrer">Docs</a>
15+
<ahref="https://www.webdatarocks.com/doc/vue/intro?r=rm_vue"target="blank"rel="noopener noreferrer">Docs</a>
1616
</li>
1717
<li>
18-
<ahref="https://www.webdatarocks.com/about-us/"target="blank"rel="noopener noreferrer">About us</a>
18+
<ahref="https://www.webdatarocks.com/about-us/?r=rm_vue"target="blank"rel="noopener noreferrer">About us</a>
1919
</li>
2020
</ul>
2121
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp