11 lines
219 B
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>
|