From 9beaec516321be372b328d6f3ec256dea4d308c6 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 17 Aug 2017 14:18:41 +0800 Subject: [PATCH] add vue file --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 717fe1c..7bc81fd 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,9 @@ }, { "language": "html", "path": "./snippets/snippets.json" + }, { + "language": "vue", + "path": "./snippets/snippets.json" } ] }