一、加上prevent,当点击按钮后,页面不会刷新 

<button v-on:click.prevent="post">添加博客</button>

相关文章: