@enso-ui/how-to 4.0.8 → 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.8",
3
+ "version": "4.0.12",
4
4
  "description": "Basic how-to package",
5
5
  "main": "src/bulma/pages/howTo/Index.vue",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@fortawesome/free-regular-svg-icons": "^5.2.0",
31
31
  "@fortawesome/free-solid-svg-icons": "^5.2.0",
32
32
  "@fortawesome/vue-fontawesome": "3.0.0-5",
33
- "v-tooltip": "4.0.0-alpha.1",
33
+ "v-tooltip": "4.0.0-beta.2",
34
34
  "video.js": "^7.0",
35
35
  "vue": "^3.0",
36
36
  "vue-video-player": "^5.0"
@@ -90,6 +90,7 @@
90
90
  </template>
91
91
 
92
92
  <script>
93
+ import 'v-tooltip/dist/v-tooltip.css';
93
94
  import { VTooltip } from 'v-tooltip';
94
95
  import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
95
96
  import { library } from '@fortawesome/fontawesome-svg-core';
@@ -139,6 +140,8 @@ export default {
139
140
  },
140
141
  },
141
142
 
143
+ emits: ['delete', 'edit', 'start-tagging', 'stop-tagging'],
144
+
142
145
  data: () => ({
143
146
  tagging: false,
144
147
  }),