生命周期演示
👉 请按 F12 打开 Console,刷新页面看钩子打印顺序。
onMounted:打开页面就加载数据
加载中…
{{ u.name }}
{{ showWatch ? '隐藏秒表(触发卸载)' : '显示秒表' }}