Skip to content

Commit

Permalink
fix: allow insllation on extended Vue copies
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 25, 2017
1 parent 74358bd commit f62c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from './components/link'
export let _Vue

export function install (Vue) {
if (install.installed) return
if (install.installed && _Vue === Vue) return
install.installed = true

_Vue = Vue
Expand Down

0 comments on commit f62c5d6

Please sign in to comment.