Browse Source

yarn 增加 vue-template-compiler
Signed-off-by: Caner

Caner 4 years ago
parent
commit
a0ceffb9c4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -26,6 +26,7 @@
     "less": "^4.1.2",
     "less": "^4.1.2",
     "vite": "^2.7.2",
     "vite": "^2.7.2",
     "vite-plugin-compression": "^0.3.6",
     "vite-plugin-compression": "^0.3.6",
-    "vite-plugin-vue2": "^1.9.0"
+    "vite-plugin-vue2": "^1.9.0",
+    "vue-template-compiler": "^2.6.14"
   }
   }
 }
 }