Browse Source

[frontend] Add the vue-fragment package

This allows us to use fragments in Vue 2.x.
Johan Ahlen 4 years ago
parent
commit
39275bc106
2 changed files with 6 additions and 0 deletions
  1. 5 0
      package-lock.json
  2. 1 0
      package.json

+ 5 - 0
package-lock.json

@@ -22193,6 +22193,11 @@
         }
         }
       }
       }
     },
     },
+    "vue-fragment": {
+      "version": "1.5.1",
+      "resolved": "https://registry.npmjs.org/vue-fragment/-/vue-fragment-1.5.1.tgz",
+      "integrity": "sha512-ig6eES6TcMBbANW71ylB+AJgRN+Zksb3f50AxjGpAk6hMzqmeuD80qeh4LJP0jVw2dMBMjgRUfIkrvxygoRgtQ=="
+    },
     "vue-hot-reload-api": {
     "vue-hot-reload-api": {
       "version": "2.3.4",
       "version": "2.3.4",
       "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
       "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",

+ 1 - 0
package.json

@@ -82,6 +82,7 @@
     "vue": "2.6.11",
     "vue": "2.6.11",
     "vue-class-component": "7.2.3",
     "vue-class-component": "7.2.3",
     "vue-custom-element": "3.2.14",
     "vue-custom-element": "3.2.14",
+    "vue-fragment": "1.5.1",
     "vue-property-decorator": "9.0.0",
     "vue-property-decorator": "9.0.0",
     "vue-template-compiler": "2.6.11",
     "vue-template-compiler": "2.6.11",
     "vuejs-datepicker": "1.6.2"
     "vuejs-datepicker": "1.6.2"