We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74358bd commit f62c5d6Copy full SHA for f62c5d6
src/install.js
@@ -4,7 +4,7 @@ import Link from './components/link'
4
export let _Vue
5
6
export function install (Vue) {
7
- if (install.installed) return
+ if (install.installed && _Vue === Vue) return
8
install.installed = true
9
10
_Vue = Vue
0 commit comments