mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
10 lines
116 B
Vue
10 lines
116 B
Vue
<script>
|
|
|
|
export default {
|
|
name: 'Dashboard',
|
|
};
|
|
</script>
|
|
|
|
<template>
|
|
<span>Hello harvester!</span>
|
|
</template> |