@burh/nuxt-core 1.0.315 → 1.0.316

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