<router-link to="/home" replace>首頁</router-link>
<router-link to="/about" replace>關於</router-link>
<!-- <router-link :to="/user/+userId" replace>用戶</router-link> -->
<!-- <router-link to="/profile">檔案</router-link> -->
<!-- <router-link :to="{path:'/profile',query:{name:'Eric',age:'25'}}">檔案</router-link> -->
<button @click="userClick">用戶</button>
<button @click="profileClick">檔案</button>