home | heroImage | heroText | tagline | actionText | actionLink | features | footer | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
./document.png |
doc |
关注分享,关注导航,关注icetower.cn |
note → |
/note/ |
|
MIT Licensed | Copyright © 2018-present Icetower |
{{ msg }}
button
<script>
export default {
data () {
return {
msg: 'Hello VuePress!'
}
},
methods: {
handleClick() {
console.log('handleClick')
}
}
}
</script>
<style lang="stylus">
.test-demo {
text-align center
}
.btn {
margin-top 20px
margin-bottom 50px
}
</style>