mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
Revert "chore: adjust package entry file" (#9642)
* fix: circular import
* Revert "chore: adjust package entry file (#9455)"
This reverts commit c3f08f4637
.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"name": "vant",
|
||||
"version": "3.2.4",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/vant.js",
|
||||
"module": "lib/vant.es.js",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"style": "lib/index.css",
|
||||
"typings": "lib/index.d.ts",
|
||||
"files": [
|
||||
|
@@ -1,4 +1,5 @@
|
||||
import { isPromise, noop } from '.';
|
||||
import { noop } from './basic';
|
||||
import { isPromise } from './validate';
|
||||
|
||||
export type Interceptor = (...args: any[]) => Promise<boolean> | boolean;
|
||||
|
||||
|
Reference in New Issue
Block a user