@burh/nuxt-core 1.0.75 → 1.0.76

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.
@@ -240,7 +240,7 @@ export default {
240
240
  },
241
241
  deleteTemplate(messageName) {
242
242
  let template = this.models.find(data => data.title == messageName);
243
- this.$emit("remove-template", template.id);
243
+ this.$emit("remove-template", template);
244
244
  },
245
245
  belongsToUser() {
246
246
  let template = this.models.find(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {