@burh/nuxt-core 1.0.366 → 1.0.367

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.
@@ -118,6 +118,10 @@ export default {
118
118
  this.mountUserReport(data.data);
119
119
  },
120
120
 
121
+ openArchive(item) {
122
+ window.open(item.annex_url, '_blank');
123
+ },
124
+
121
125
  mountUserReport(userData) {
122
126
  const annex = userData.annex[0] || undefined;
123
127
  const comment = userData.comments[0] || undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.366",
3
+ "version": "1.0.367",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {