Skip to content
Snippets Groups Projects
Commit 4a480afb authored by Julian's avatar Julian
Browse files

Reformat

parent 0e6cb863
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
......@@ -63,7 +63,9 @@ import NumberCounter from "./components/NumberCounter.vue";
<number-counter v-model="item.data.num"></number-counter>
</template>
<template #highlight>
<div ref="highlight" class="custom-highlight">Das hier ist das Highlight</div>
<div ref="highlight" class="custom-highlight">
Das hier ist das Highlight
</div>
</template>
</drag-grid>
<span>← Drag here please →</span>
......
......@@ -224,7 +224,7 @@ export default {
background: darkgrey;
border: grey dashed 2px;
width: 100%;
height: 100%
height: 100%;
}
.highlight-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment