diff --git a/package.json b/package.json
index 3578c711..8a2ec368 100755
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
- "chart.js": "^3.9.1",
+ "chart.js": "^3.9.1",
"core-js": "^3.26.1",
"crypto": "^1.0.1",
"date-fns": "^2.29.3",
@@ -70,6 +70,7 @@
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.1.6",
"vue-scroll-reveal": "^1.0.11",
+ "vue-social-sharing": "^4.0.0-alpha4",
"vue-svgicon": "^4.0.0-alpha.3",
"vue2-dragula": "^2.5.5",
"vuex": "^4.1.0",
diff --git a/quasar.conf.js b/quasar.conf.js
index cbf36237..3b84ed10 100755
--- a/quasar.conf.js
+++ b/quasar.conf.js
@@ -37,7 +37,7 @@ module.exports = configure((ctx) => ({
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli/boot-files
// boot: ['vue-i18n', 'vue-meta', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler', 'globalroutines', 'vue-idb', 'dragula', 'guard'],
- boot: ['i18n', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler', 'globalroutines', 'calendar'],
+ boot: ['i18n', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler', 'globalroutines', 'calendar', 'social-sharing'],
// https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-css
css: [
diff --git a/src/boot/social-sharing.ts b/src/boot/social-sharing.ts
new file mode 100755
index 00000000..0616395d
--- /dev/null
+++ b/src/boot/social-sharing.ts
@@ -0,0 +1,8 @@
+// import google from '../googlemap'
+import { boot } from 'quasar/wrappers'
+import VueSocialSharing from 'vue-social-sharing'
+
+export default boot(({ app, router }) => {
+ // app.config.globalProperties.$google = google
+ app.use(VueSocialSharing);
+})
diff --git a/src/components/CCardCarousel/CCardCarousel.vue b/src/components/CCardCarousel/CCardCarousel.vue
index 702637f6..37767300 100755
--- a/src/components/CCardCarousel/CCardCarousel.vue
+++ b/src/components/CCardCarousel/CCardCarousel.vue
@@ -55,7 +55,7 @@
style="opacity: 0.7;"
>
+
+
LISTA PROSSIMI {{ showfirstN }} - EVENTI:
++ LISTA PROSSIMI + {{ showfirstN }} EVENTI: +
-