1 |
- import{_ as l,r as t,c as r,a as e,t as o,o as i}from"./index-BTiaV6yM.js";const c={class:"container user-profile"},p={__name:"UserProfileView",setup(u){const a=t({name:"张三",email:"zhangsan@example.com",phone:"13800138000"}),n=()=>{};return(_,s)=>(i(),r("div",c,[s[0]||(s[0]=e("h1",null,"个人中心",-1)),e("h2",null,"用户名: "+o(a.value.name),1),e("p",null,"邮箱: "+o(a.value.email),1),e("p",null,"手机号: "+o(a.value.phone),1),e("button",{onClick:n},"编辑资料")]))}},f=l(p,[["__scopeId","data-v-8107594b"]]);export{f as default};
|