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: releases v1.1.0 #136

Merged
merged 1 commit into from
Nov 2, 2024
Merged

chore: releases v1.1.0 #136

merged 1 commit into from
Nov 2, 2024

Conversation

tolking
Copy link
Member

@tolking tolking commented Nov 2, 2024

Breaking Changes

link #134 complete path to supplement imports

Migration Guide

If you have previously configured the imports attribute, you need to rewrite the configuration as follows.

export default defineNuxtConfig({
  modules: [
    '@element-plus/nuxt'
  ],
  elementPlus: {
    imports: [
-     'useLocale'
+     ['useLocale', 'es/hooks/use-locale/index.mjs']
    ],
  }
})

@tolking tolking merged commit 7444576 into main Nov 2, 2024
5 checks passed
@tolking tolking deleted the releases-v1.1.0 branch November 2, 2024 06:45
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.

1 participant