@tiddh/brave-vue 1.93.61 → 1.93.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,6 +65,17 @@
65
65
  },
66
66
  },
67
67
 
68
+ watch: {
69
+ sidebarOpen(newVal, oldVal) {
70
+ // This function will be called whenever the 'myProp' prop changes.
71
+ // You can perform actions here based on the new and old values of 'myProp'.
72
+ if (newVal == true) {
73
+ this.cssSidebar = "";
74
+ }
75
+ //console.log("myProp changed:", newVal, oldVal);
76
+ },
77
+ },
78
+
68
79
  data() {
69
80
  return {
70
81
  sidebarPlans: false,
@@ -92,7 +103,7 @@
92
103
  async created() {},
93
104
 
94
105
  async mounted() {
95
- this.cssSidebar = "";
106
+ //this.cssSidebar = "";
96
107
  },
97
108
 
98
109
  methods: {
@@ -65,6 +65,17 @@
65
65
  },
66
66
  },
67
67
 
68
+ watch: {
69
+ sidebarOpen(newVal, oldVal) {
70
+ // This function will be called whenever the 'myProp' prop changes.
71
+ // You can perform actions here based on the new and old values of 'myProp'.
72
+ if (newVal == true) {
73
+ this.cssSidebar = "";
74
+ }
75
+ //console.log("myProp changed:", newVal, oldVal);
76
+ },
77
+ },
78
+
68
79
  data() {
69
80
  return {
70
81
  sidebarPlans: false,
@@ -92,7 +103,7 @@
92
103
  async created() {},
93
104
 
94
105
  async mounted() {
95
- this.cssSidebar = "";
106
+ //this.cssSidebar = "";
96
107
  },
97
108
 
98
109
  methods: {
@@ -65,6 +65,17 @@
65
65
  },
66
66
  },
67
67
 
68
+ watch: {
69
+ sidebarOpen(newVal, oldVal) {
70
+ // This function will be called whenever the 'myProp' prop changes.
71
+ // You can perform actions here based on the new and old values of 'myProp'.
72
+ if (newVal == true) {
73
+ this.cssSidebar = "";
74
+ }
75
+ //console.log("myProp changed:", newVal, oldVal);
76
+ },
77
+ },
78
+
68
79
  data() {
69
80
  return {
70
81
  sidebarPlans: false,
@@ -92,7 +103,7 @@
92
103
  async created() {},
93
104
 
94
105
  async mounted() {
95
- this.cssSidebar = "";
106
+ //this.cssSidebar = "";
96
107
  },
97
108
 
98
109
  methods: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiddh/brave-vue",
3
- "version": "1.93.61",
3
+ "version": "1.93.62",
4
4
  "private": false,
5
5
  "main": "dist/brave-vue.ssr.js",
6
6
  "browser": "dist/brave-vue.esm.js",