@enso-ui/monitored-emails 1.0.0 → 1.0.1

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/monitored-emails",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Frontend package for monitoring emails",
5
5
  "main": "src/bulma/pages/userGroups/Index.vue",
6
6
  "scripts": {
@@ -39,4 +39,4 @@
39
39
  "eslint-import-resolver-alias": "^1.1.2",
40
40
  "eslint-plugin-vue": "^8.0.3"
41
41
  }
42
- }
42
+ }
@@ -6,14 +6,8 @@
6
6
  </div>
7
7
  </template>
8
8
 
9
- <script>
9
+ <script setup>
10
10
  import { EnsoForm } from '@enso-ui/forms/bulma';
11
-
12
- export default {
13
- name: 'Create',
14
-
15
- components: { EnsoForm },
16
- };
17
11
  </script>
18
12
 
19
13
  <style lang="scss">
@@ -6,14 +6,8 @@
6
6
  </div>
7
7
  </template>
8
8
 
9
- <script>
9
+ <script setup>
10
10
  import { EnsoForm } from '@enso-ui/forms/bulma';
11
-
12
- export default {
13
- name: 'Edit',
14
-
15
- components: { EnsoForm },
16
- };
17
11
  </script>
18
12
 
19
13
  <style lang="scss">
@@ -3,14 +3,8 @@
3
3
  id="monitoredEmails"/>
4
4
  </template>
5
5
 
6
- <script>
6
+ <script setup>
7
7
  import { EnsoTable } from '@enso-ui/tables/bulma';
8
-
9
- export default {
10
- name: 'Index',
11
-
12
- components: { EnsoTable },
13
- };
14
8
  </script>
15
9
 
16
10
  <style lang="scss">