Skip to content

Commit

Permalink
Merge pull request #148 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 2.1.4
  • Loading branch information
philippebeck authored Dec 31, 2023
2 parents 8426008 + e83c7a2 commit a66ba88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vesan",
"version": "2.1.3",
"version": "2.1.4",
"description": "UI with Vue-Elt, Servidio & Animadio",
"author": {
"name": "Philippe Beck",
Expand Down Expand Up @@ -50,7 +50,7 @@
"core-js": "^3.8.3",
"servidio": "^3.1.0",
"vue": "^3.3.9",
"vue-elt": "^2.3.5-alpha",
"vue-elt": "^2.3.6-alpha",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
Expand Down
7 changes: 6 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@
<component :is="Component" :key="$route.path"/>
</router-view>

<FootElt class="ani-slideT-it"
<FootElt
:title1="val.FOOT_TITLE1"
:title2="val.FOOT_TITLE2"
:title3="val.FOOT_TITLE3">

<template #hide>
<i class="fa-solid fa-eye fa-fw" :title="val.TITLE_TOGGLE"></i>
</template>

<template #foot1>
<ListElt :dynamic="true" :items="val.FOOT1">
<template #items="slotProps">
Expand Down
2 changes: 1 addition & 1 deletion src/views/data/ProductView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

<BtnElt type="button"
@click="addToBasket()"
class="btn-green width-sm"
class="btn-green"
:content="val.CONTENT_ADD"
:title="val.CONTENT_ADD + product.name">
<template #btn>
Expand Down

0 comments on commit a66ba88

Please sign in to comment.