修复跳转
parent
182350fc22
commit
ca3e61e69a
|
@ -9,8 +9,16 @@
|
||||||
<cite>不挑框架, 可无缝适配React, Angular, Avalon, Vue, jQuery...</cite>
|
<cite>不挑框架, 可无缝适配React, Angular, Avalon, Vue, jQuery...</cite>
|
||||||
<cite>网站快速成型工具</cite>
|
<cite>网站快速成型工具</cite>
|
||||||
<wc-space gap="xxxl">
|
<wc-space gap="xxxl">
|
||||||
<wc-button size="xl" round solid>开始使用</wc-button>
|
<wc-button size="xl" round solid @click="navto('/@wcui/docs.html')"
|
||||||
<wc-button size="xl" type="secondary" round>GitHub</wc-button>
|
>开始使用</wc-button
|
||||||
|
>
|
||||||
|
<wc-button
|
||||||
|
size="xl"
|
||||||
|
type="secondary"
|
||||||
|
round
|
||||||
|
@click="navto('https://github.com/bd-js/wcui')"
|
||||||
|
>GitHub</wc-button
|
||||||
|
>
|
||||||
</wc-space>
|
</wc-space>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -72,6 +80,11 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
Topbar,
|
Topbar,
|
||||||
Footer
|
Footer
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
navto(target) {
|
||||||
|
location.href = target
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue