We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git clone this npm install npm i element-plus
modify file in /src/renderer/index.ts
import { createApp } from 'vue'; import ElementPlus from 'element-plus'; import locale from 'element-plus/lib/locale/lang/es'; import App from './App.vue'; import router from '/@/router'; import 'dayjs/locale/es'; const app = createApp(App); app.use(ElementPlus, { size: 'medium', locale }); app.use(router); app.mount('#app');
add in file /src/renderer/App.vue
<i class="el-icon-edit"></i>
And finally run:
npm run watch
And ready in console.log show this error.
The text was updated successfully, but these errors were encountered:
I was unable to reproduce your issue. But I think it will be fixed here. I close this issue. If the problem persists after the upgrade, open it again.
Sorry, something went wrong.
No branches or pull requests
Steps for reproduce problem
git clone this
npm install
npm i element-plus
modify file in /src/renderer/index.ts
add in file /src/renderer/App.vue
And finally run:
And ready in console.log show this error.
The text was updated successfully, but these errors were encountered: