-
+
Scale
@@ -70,6 +70,15 @@
+
+
+
+ Reset
+
+
+
@@ -83,16 +92,15 @@
props: ['configs', 'configLists'],
components: {Counter},
data() {
- return {}
- },
- watch: {
- config(prev,neww){
- if (prev.ymax !== neww.ymax){
- console.log('new y',neww.ymax)
- }
+ return {
}
},
- methods: {},
+ methods: {
+ resetConfig() {
+ this.configs.resetConfig = true
+ }
+ },
+ computed: { }
}
@@ -103,8 +111,8 @@
margin: 0px;
}
- .ymax{
- max-width:50%;
+ .ymax {
+ max-width: 50%;
}
\ No newline at end of file
diff --git a/src/components/CountriesConfig.vue b/src/components/CountriesConfig.vue
index be348a1..930fb75 100644
--- a/src/components/CountriesConfig.vue
+++ b/src/components/CountriesConfig.vue
@@ -17,8 +17,7 @@
-
-