diff --git a/src/types/app.d.ts b/src/types/app.d.ts index e697ae07..da4d549b 100644 --- a/src/types/app.d.ts +++ b/src/types/app.d.ts @@ -59,7 +59,7 @@ export interface SubItem { icon: string; title: string; activate: boolean; - name?: string; + name: string; path?: string; notShow?: boolean; id?: string; diff --git a/src/views/Marketplace.vue b/src/views/Marketplace.vue index 4a2e0e98..c4dae5a2 100644 --- a/src/views/Marketplace.vue +++ b/src/views/Marketplace.vue @@ -14,11 +14,20 @@ See the License for the specific language governing permissions and limitations under the License. -->