This commit is contained in:
@@ -28,7 +28,7 @@ RUN apk add --no-cache git
|
||||
COPY . .
|
||||
|
||||
# 使用 development 环境构建 H5
|
||||
RUN pnpm run build:h5 --mode development
|
||||
RUN pnpm run build:h5 --mode default
|
||||
|
||||
# ================================
|
||||
# 阶段 2: 运行阶段
|
||||
|
||||
2
types/components.d.ts
vendored
2
types/components.d.ts
vendored
@@ -11,8 +11,6 @@ declare module 'vue' {
|
||||
AgentFundSummaryCard: typeof import('./../src/components/AgentFundSummaryCard.vue')['default']
|
||||
AgreePrivacy: typeof import('./../src/components/agree-privacy/index.vue')['default']
|
||||
LangSelect: typeof import('./../src/components/lang-select/index.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
ShopCascadePicker: typeof import('./../src/components/ShopCascadePicker.vue')['default']
|
||||
SimplePicker: typeof import('./../src/components/SimplePicker.vue')['default']
|
||||
Skeleton: typeof import('./../src/components/Skeleton.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user