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.
|
||||
* license at https://github.com/hilongjw/vue-lazyload/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
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 { 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 prefer-object-spread */
|
||||
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 { loadImageAsync } from './util';
|
||||
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 { inBrowser, getScrollParent } from '@vant/use';
|
||||
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 { loadImageAsync } from './util';
|
||||
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';
|
||||
|
||||
export const hasIntersectionObserver =
|
||||
|
Loading…
x
Reference in New Issue
Block a user