Skip to content

Commit

Permalink
Improvement - Added a css class to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jun 23, 2024
1 parent bc9d885 commit 0287651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grid-plan",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"type": "module",
"description": "A Vue3 dynamic 2d grid component ideal to view and arrange elements on a room, datacenter or rack blueprint.",
Expand Down
2 changes: 1 addition & 1 deletion src/components/GridPlan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defineExpose({
<template>
<main>
<div class="flex flex-row gap-6 p-8">
<div class="grid-plan-menu">
<div v-for="t in availableTypes" @click="setActiveType(t)">
<slot name="availableType" v-bind="{ availableType: t }"/>
</div>
Expand Down

0 comments on commit 0287651

Please sign in to comment.