Blame view

node_modules/bootstrap-vue/src/utils/get-instance-from-directive.js 139 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
import { isVue3 } from '../vue'

export const getInstanceFromDirective = (vnode, bindings) =>
  isVue3 ? bindings.instance : vnode.context