We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cbf8 commit cec7787Copy full SHA for cec7787
docs/.vuepress/Example.vue
@@ -1,14 +1,14 @@
1
<template>
2
<nav>
3
- <a href="#" class="btn btn-vue">
+ <a href="https://github.com/vuejs/vue" class="btn btn-vue">
4
<VueLogo class="icon" />
5
Vue
6
</a>
7
- <a href="#" class="btn btn-svgo">
+ <a href="https://github.com/svg/svgo" class="btn btn-svgo">
8
<SVGOIcon class="icon" />
9
SVGO
10
11
- <a href="#" class="btn btn-webpack">
+ <a href="https://github.com/webpack/webpack" class="btn btn-webpack">
12
<WebpackIcon class="icon" />
13
webpack
14
0 commit comments