Skip to content

Commit f62c5d6

Browse files
committed
fix: allow insllation on extended Vue copies
1 parent 74358bd commit f62c5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Link from './components/link'
44
export let _Vue
55

66
export function install (Vue) {
7-
if (install.installed) return
7+
if (install.installed && _Vue === Vue) return
88
install.installed = true
99

1010
_Vue = Vue

0 commit comments

Comments
 (0)