This commit is contained in:
liuye
2021-12-22 19:11:23 +08:00
parent 11b73f8514
commit b6fe3d7e8e
11 changed files with 24 additions and 30 deletions

View File

@@ -9,9 +9,9 @@
</template>
<script>
import Add from './components/add'
import List from './components/list'
import MyAddList from './components/myAddList'
import Add from './add'
import List from './list'
import MyAddList from './myAddList'
export default {
name: 'AppMailList',