From 14279a7273de4787684dd9fd1d77ab62f051ba4c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 17:30:10 +0100 Subject: [PATCH] build: external vue --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 6e00ba92..996aece6 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -61,6 +61,7 @@ function createEntry({ globals: { '@vue/composition-api': 'vueCompositionApi', + vue: 'Vue', }, }, } -- 2.47.3