Compare commits

..

No commits in common. "d2455554a26f0d707f20f10bdf29cec10b2ba1bb" and "0fc33612261b27af37bfddb6a11588d27faee47d" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches: [dev]
paths:
- 'packages/vant/docs/**'
- 'docs/**'
jobs:
build-and-deploy:
@ -25,5 +25,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: packages/vant/site-dist
folder: packages/vant/site
target-folder: v3

View File

@ -63,7 +63,6 @@ export type PopoverAction = {
color?: string;
disabled?: boolean;
className?: string;
[key: PropertyKey]: any;
};
export default defineComponent({