@enso-ui/how-to 4.0.11 → 4.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/how-to",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "Basic how-to package",
5
5
  "main": "src/bulma/pages/howTo/Index.vue",
6
6
  "scripts": {
@@ -140,6 +140,8 @@ export default {
140
140
  },
141
141
  },
142
142
 
143
+ emits: ['delete', 'edit', 'start-tagging', 'stop-tagging'],
144
+
143
145
  data: () => ({
144
146
  tagging: false,
145
147
  }),