diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
index 2607840b..7bc7f8d6 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
@@ -1,8 +1,9 @@
import Vue from "vue";
import Component from "vue-class-component";
import { Prop } from 'vue-property-decorator';
+import Slider from "@/app_modules_thermo/components/slider.vue"
-@Component({name:"stampo" })
+@Component({name:"stampo", components:{slider:Slider} })
export default class Stampo extends Vue {
@Prop({default:0})
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
index 577983ba..3b1ef410 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
@@ -8,22 +8,47 @@