Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 修复打包及组件默认值的问题ard #841

Merged
merged 5 commits into from
Nov 20, 2023

Conversation

wsd000
Copy link

@wsd000 wsd000 commented Nov 17, 2023

背景描述

主要改动

  1. 修复打包问题,引入.vue文件不能添加后缀,打包时会自动打包成js文件
  2. 改善图片引入方式
  3. 优化赋初始值问题

需要注意

@@ -17,8 +17,8 @@
</div>
</template>

<script>import keyboardView from './key-board-view.vue'
import shortcutView from './short-cut-view.vue'
<script>import keyboardView from './key-board-view'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大驼峰

@qifeng0748 qifeng0748 merged commit f6d2da1 into didi:dev Nov 20, 2023
1 check passed
Copy link

github-actions bot commented Nov 20, 2023

😭 Deploy PR Preview f6d2da1 failed. Build logs

🤖 By surge-preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants