Refine sonar-project.properties
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / buttons / Button.vue
1 <template>
2 <button type="button">
3 <slot></slot>
4 </button>
5 </template>