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

chore: fix export issue generate by webpack upgrading #14220

Merged
merged 4 commits into from
Jan 26, 2019

Conversation

island205
Copy link
Contributor

@island205 island205 commented Jan 26, 2019

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow Element's contributing guide (中文 | English | Español).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer relative issues for you PR.

Issue 1:

// Loading is undefined
import {Loading} form 'element-ui'

Issue 2:

like #14216

<script src="//unpkg.com/vue"></script>
<script src="//unpkg.com/element-ui"></script>
<script src="//unpkg.com/element-ui/lib/umd/locale/en.js"></script>

<script>
  // ELEMENT.locale is undefined, ELEMENT.default.locale is available
  ELEMENT.locale(ELEMENT.lang.en)
</script>

@element-bot
Copy link
Member

element-bot commented Jan 26, 2019

Deploy preview for element ready!

Built with commit 6b4413f

https://deploy-preview-14220--element.netlify.com

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.

2 participants