mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
Comment out Collections Menu
This commit is contained in:
parent
fd5234c16d
commit
9411ec3210
@ -2,6 +2,8 @@
|
||||
import SearchNav from '../components/SearchNav.vue'
|
||||
import Menu from '../components/Menu.vue'
|
||||
import Collections from '../components/Collections.vue'
|
||||
import { inject } from 'vue'
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -12,9 +14,9 @@ import Collections from '../components/Collections.vue'
|
||||
</el-aside>
|
||||
<el-main>
|
||||
<el-container class="main">
|
||||
<el-header class="collections">
|
||||
<!--<el-header class="collections">
|
||||
<Collections />
|
||||
</el-header>
|
||||
</el-header>-->
|
||||
<el-header class="menu">
|
||||
<Menu />
|
||||
</el-header>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user