Explorar el Código

add vuejs to package.json

Son NK hace 5 años
padre
commit
18d1b59845

+ 1 - 1
app/dashboard/templates/dashboard/index.html

@@ -336,7 +336,7 @@
 
 
             </div>
             </div>
           </div>
           </div>
-
+          <!-- END Collapse section -->
         </div>
         </div>
       </div>
       </div>
     {% endfor %}
     {% endfor %}

+ 5 - 0
static/package-lock.json

@@ -98,6 +98,11 @@
       "version": "1.10.0",
       "version": "1.10.0",
       "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
       "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
       "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="
       "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="
+    },
+    "vue": {
+      "version": "2.6.11",
+      "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
+      "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
     }
     }
   }
   }
 }
 }

+ 2 - 1
static/package.json

@@ -21,6 +21,7 @@
     "intro.js": "^2.9.3",
     "intro.js": "^2.9.3",
     "notie": "^4.3.1",
     "notie": "^4.3.1",
     "qrious": "^4.0.2",
     "qrious": "^4.0.2",
-    "toastr": "^2.1.4"
+    "toastr": "^2.1.4",
+    "vue": "^2.6.11"
   }
   }
 }
 }