mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: improve license of forked code (#10753)
This commit is contained in:
parent
293dab6a51
commit
f46c9c6548
@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import Lazy from './lazy';
|
import Lazy from './lazy';
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
import { h } from 'vue';
|
import { h } from 'vue';
|
||||||
import { inBrowser, useRect } from '@vant/use';
|
import { inBrowser, useRect } from '@vant/use';
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
/* eslint-disable max-classes-per-file */
|
/* eslint-disable max-classes-per-file */
|
||||||
/* eslint-disable prefer-object-spread */
|
/* eslint-disable prefer-object-spread */
|
||||||
import { remove } from './util';
|
import { remove } from './util';
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
import { useRect } from '@vant/use';
|
import { useRect } from '@vant/use';
|
||||||
import { loadImageAsync } from './util';
|
import { loadImageAsync } from './util';
|
||||||
import { noop } from '../../utils';
|
import { noop } from '../../utils';
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
import { nextTick } from 'vue';
|
import { nextTick } from 'vue';
|
||||||
import { inBrowser, getScrollParent } from '@vant/use';
|
import { inBrowser, getScrollParent } from '@vant/use';
|
||||||
import {
|
import {
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
import { useRect } from '@vant/use';
|
import { useRect } from '@vant/use';
|
||||||
import { loadImageAsync } from './util';
|
import { loadImageAsync } from './util';
|
||||||
import { noop } from '../../utils';
|
import { noop } from '../../utils';
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
||||||
|
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
import { inBrowser } from '@vant/use';
|
import { inBrowser } from '@vant/use';
|
||||||
|
|
||||||
export const hasIntersectionObserver =
|
export const hasIntersectionObserver =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user