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,8 +9,8 @@
</template>
<script>
import Detail from './components/detail'
import List from './components/list'
import Detail from './detail'
import List from './list'
export default {
name: 'AppCountryAlbum',