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