forked from angelo/web-retail-admin
13 lines
107 B
Vue
13 lines
107 B
Vue
|
|
<template>
|
||
|
|
<div>邮箱配置</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
|
||
|
|
</style>
|