1. <button @click="handleclick" class="back">返回</button>
    1. methods:{
    2. handleclick(){
    3. this.$router.back()
    4. }
    5. }