fix: fix build error
This commit is contained in:
parent
57620dc2ea
commit
bd8ff73f9e
@ -1,9 +1,5 @@
|
|||||||
import {
|
export {
|
||||||
DialogPlugin,
|
DialogPlugin as dialog,
|
||||||
MessagePlugin,
|
MessagePlugin as message,
|
||||||
NotificationPlugin,
|
NotifyPlugin as notification,
|
||||||
} from 'tdesign-vue-next';
|
} from 'tdesign-vue-next';
|
||||||
|
|
||||||
export const message = MessagePlugin;
|
|
||||||
export const notification = NotificationPlugin;
|
|
||||||
export const dialog = DialogPlugin;
|
|
||||||
|
|||||||
@ -60,6 +60,8 @@ The execution command is: `pnpm run [script]` or `npm run [script]`.
|
|||||||
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
||||||
// Build the web-naive application separately
|
// Build the web-naive application separately
|
||||||
"build:naive": "pnpm run build --filter=@vben/naive",
|
"build:naive": "pnpm run build --filter=@vben/naive",
|
||||||
|
// Build the web-tdesign application separately
|
||||||
|
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||||
// Build the playground application separately
|
// Build the playground application separately
|
||||||
"build:play": "pnpm run build --filter=@vben/playground",
|
"build:play": "pnpm run build --filter=@vben/playground",
|
||||||
// Changeset version management
|
// Changeset version management
|
||||||
|
|||||||
@ -56,6 +56,7 @@ After slimming down, you may need to adjust commands according to your project.
|
|||||||
"build:docs": "pnpm run build --filter=@vben/docs",
|
"build:docs": "pnpm run build --filter=@vben/docs",
|
||||||
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
||||||
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
||||||
|
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||||
"build:play": "pnpm run build --filter=@vben/playground",
|
"build:play": "pnpm run build --filter=@vben/playground",
|
||||||
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
||||||
"dev:docs": "pnpm -F @vben/docs run dev",
|
"dev:docs": "pnpm -F @vben/docs run dev",
|
||||||
|
|||||||
@ -60,6 +60,8 @@ npm 脚本是项目常见的配置,用于执行一些常见的任务,比如
|
|||||||
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
||||||
// 单独构建 web-naive 应用
|
// 单独构建 web-naive 应用
|
||||||
"build:naive": "pnpm run build --filter=@vben/naive",
|
"build:naive": "pnpm run build --filter=@vben/naive",
|
||||||
|
// 单独构建 web-tdesign 应用
|
||||||
|
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||||
// 单独构建 playground 应用
|
// 单独构建 playground 应用
|
||||||
"build:play": "pnpm run build --filter=@vben/playground",
|
"build:play": "pnpm run build --filter=@vben/playground",
|
||||||
// changeset 版本管理
|
// changeset 版本管理
|
||||||
|
|||||||
@ -60,6 +60,7 @@ pnpm install
|
|||||||
"build:docs": "pnpm run build --filter=@vben/docs",
|
"build:docs": "pnpm run build --filter=@vben/docs",
|
||||||
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
||||||
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
||||||
|
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||||
"build:play": "pnpm run build --filter=@vben/playground",
|
"build:play": "pnpm run build --filter=@vben/playground",
|
||||||
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
||||||
"dev:docs": "pnpm -F @vben/docs run dev",
|
"dev:docs": "pnpm -F @vben/docs run dev",
|
||||||
|
|||||||
@ -32,6 +32,7 @@
|
|||||||
"build:docs": "pnpm run build --filter=@vben/docs",
|
"build:docs": "pnpm run build --filter=@vben/docs",
|
||||||
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
"build:ele": "pnpm run build --filter=@vben/web-ele",
|
||||||
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
"build:naive": "pnpm run build --filter=@vben/web-naive",
|
||||||
|
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||||
"build:play": "pnpm run build --filter=@vben/playground",
|
"build:play": "pnpm run build --filter=@vben/playground",
|
||||||
"changeset": "pnpm exec changeset",
|
"changeset": "pnpm exec changeset",
|
||||||
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
|
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user