@burh/nuxt-core 1.0.319 → 1.0.320

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.
@@ -258,7 +258,9 @@ export default {
258
258
  selectedCourse(newValue) {
259
259
  this.coursesToSend = newValue ? [newValue] : [];
260
260
  },
261
- switchSingle(){this.selectedRole = '';}
261
+ switchSingle(){
262
+ this.resetSlots();
263
+ }
262
264
  },
263
265
  data() {
264
266
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.319",
3
+ "version": "1.0.320",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {