@burh/nuxt-core 1.0.124 → 1.0.125

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.
@@ -95,7 +95,8 @@ export default {
95
95
  },
96
96
  props: {
97
97
  userData: Object,
98
- notes: Array
98
+ notes: Array,
99
+ activeName: String
99
100
  },
100
101
  methods: {
101
102
  cleatInput() {
@@ -104,8 +105,8 @@ export default {
104
105
  },
105
106
  data() {
106
107
  return {
107
- activeName: 'notes',
108
- newNote: ''
108
+ newNote: '',
109
+ active: this.activeName
109
110
  };
110
111
  }
111
112
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {