From 64e854f527b66f4a3faa49b528040624becd8324 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 30 Jul 2020 10:31:02 +0800 Subject: [PATCH] fix: should require vue 3 as peer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41896762..e6ed7c57 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "peerDependencies": { "@babel/core": "7.x", "jest": "^24.x", - "vue": "^2.x" + "vue": "^3.0.0-0" }, "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0",