shop-web/src/pages/error/components/Layout.vue

11 lines
219 B
Vue

<template>
<div un-h-full un-flex-center un-flex-col>
<div un-w-250px un-mb-50px>
<slot />
</div>
<van-button type="primary" to="/" replace>
回到首页
</van-button>
</div>
</template>