10 lines
107 B
Vue
Raw Normal View History

<template>
<div class="cim">cim</div>
</template>
<script>
export default {}
</script>
<style></style>