Skip to content
Snippets Groups Projects
Commit 0498e435 authored by Julian's avatar Julian
Browse files

Add custom highlight for both number grids

parent 02a5a240
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
......@@ -73,6 +73,11 @@ import NumberCounter from "./components/NumberCounter.vue";
<template #item="item">
<number-counter v-model="item.data.num"></number-counter>
</template>
<template #highlight>
<div ref="highlight" class="custom-highlight">
Das hier ist das Highlight
</div>
</template>
</drag-grid>
</div>
<div class="ttt-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