杨志杰 3 vuotta sitten
vanhempi
sitoutus
b0b6276df3
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 2 1
      package.json
  2. 3 0
      public/index.html

+ 2 - 1
package.json

@@ -38,7 +38,8 @@
     "v-tooltip": "^4.0.0-beta.17",
     "vue-request": "^1.2.4",
     "vue-select": "^4.0.0-beta.3",
-    "vuedraggable": "^4.1.0"
+    "vuedraggable": "^4.1.0",
+    "qrcode": "^1.5.3"
   },
   "devDependencies": {
     "@babel/core": "^7.17.5",

+ 3 - 0
public/index.html

@@ -76,6 +76,9 @@
 	<link rel="stylesheet" type="text/css" href="/static/summernote/dist/summernote.min.css">
 	<script src="/static/summernote/dist/summernote.min.js"></script>
 	<script src="/static/summernote/dist/lang/summernote-zh-CN.min.js"></script>
+
+	
+	<script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/antv/x6/dist/x6.js"></script>