mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-05 05:38:24 +08:00
9 lines
105 B
Vue
9 lines
105 B
Vue
|
<template>
|
||
|
<div style="margin: 20px;">
|
||
|
</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
};
|
||
|
</script>
|