reghao há 3 anos atrás
pai
commit
acdb4fa9f7
2 ficheiros alterados com 1 adições e 19 exclusões
  1. 0 18
      package-lock.json
  2. 1 1
      src/components/comment/index.js

+ 0 - 18
package-lock.json

@@ -7839,12 +7839,6 @@
       "integrity": "sha1-suHE3E98bVd0PfczpPWXjRhlBVk=",
       "dev": true
     },
-    "normalize.css": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmmirror.com/normalize.css/-/normalize.css-7.0.0.tgz",
-      "integrity": "sha512-LYaFZxj2Q1Q9e1VJ0f6laG46Rt5s9URhKyckNaA2vZnL/0gwQHWhM7ALQkp3WBQKM5sXRLQ5Ehrfkp+E/ZiCRg==",
-      "dev": true
-    },
     "npm-run-path": {
       "version": "2.0.2",
       "resolved": "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz",
@@ -7854,12 +7848,6 @@
         "path-key": "^2.0.0"
       }
     },
-    "nprogress": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz",
-      "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
-      "dev": true
-    },
     "nth-check": {
       "version": "1.0.2",
       "resolved": "https://registry.npm.taobao.org/nth-check/download/nth-check-1.0.2.tgz",
@@ -8392,12 +8380,6 @@
       "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=",
       "dev": true
     },
-    "path-to-regexp": {
-      "version": "2.4.0",
-      "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
-      "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
-      "dev": true
-    },
     "path-type": {
       "version": "3.0.0",
       "resolved": "https://registry.npm.taobao.org/path-type/download/path-type-3.0.0.tgz",

+ 1 - 1
src/components/comment/index.js

@@ -1,6 +1,6 @@
 import JuejinComment from './index.vue'
 
-JuejinComment.install = function (Vue) {
+JuejinComment.install = function(Vue) {
   Vue.component(JuejinComment.name, JuejinComment)
 }