mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
9 lines
123 B
Vue
9 lines
123 B
Vue
<script>
|
|
|
|
export default { name: 'HarvesterDashboard' };
|
|
</script>
|
|
|
|
<template>
|
|
<span>Hello harvester!</span>
|
|
</template>
|