@enso-ui/teams 4.0.8 → 4.0.9

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/teams",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "Basic teams package",
5
5
  "main": "src/bulma/pages/teams/Index.vue",
6
6
  "scripts": {
@@ -111,6 +111,8 @@ export default {
111
111
  },
112
112
  },
113
113
 
114
+ emits: ['cancel', 'create', 'destroy'],
115
+
114
116
  data: () => ({
115
117
  loading: false,
116
118
  }),