mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
6 lines
237 B
Vue
6 lines
237 B
Vue
<script>
|
|
import ExplorerProjectsNamespaces from '@shell/components/ExplorerProjectsNamespaces';
|
|
export default { components: { ExplorerProjectsNamespaces } };
|
|
</script>
|
|
|
|
<template><ExplorerProjectsNamespaces v-bind="$attrs" /></template> |