element-plus-vite-starter icon indicating copy to clipboard operation
element-plus-vite-starter copied to clipboard

🌰 A starter kit for Element Plus with Vite

Results 17 element-plus-vite-starter issues
Sort by recently updated
recently updated
newest added

feat: (action) Cache node modules

node: v16.16.0 pnpm: v7.5.2 description: when i run pnpm install, there is a error ``` ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies . └─┬ vite-ssg ├── ✕ missing peer @vueuse/head@"^0.5.0 || ^0.6.0 ||...

![image](https://user-images.githubusercontent.com/54132313/173528113-61d91da2-eb6e-4e0f-854e-ee52a407bf2a.png) 模板代码拉下来就加了导入ElMessageBox和使用

如题,我在项目中只配置了vue的jsx写法并不让项目支持vue文件写法 导致这种按需引入实际上样式文件一个都不起效果 ![图片](https://user-images.githubusercontent.com/37973776/172513766-cc0f269c-9c2a-4f78-9f9b-4bd08790b21f.png)

https://vite-starter.element-plus.org/ Datepicker scss style not working on your starter. ![alt text](https://i.ibb.co/mqd7nr8/Screenshot-2022-05-26-at-9-34-22-PM.png)

bug

先总结一下问题,目前只发现el-radio-button有问题,el-radio正常。 当el-radio-button的数量动态变化后,is-active的css效果似乎有问题。v-model的数据是正确的。希望尽快修复。 ![20240111-011941](https://github.com/element-plus/element-plus-vite-starter/assets/12854967/7db33b7d-2f44-48a3-9003-31b635e16ea6) ``` 全部 全部 import { onMounted } from 'vue'; import { Ref } from 'vue'; import { ref } from 'vue'; const gradeList: Ref = ref([]); const...

按照文档操作 https://element-plus.org/zh-CN/guide/theming.html ![image](https://github.com/element-plus/element-plus-vite-starter/assets/129058082/219e2553-ff09-459d-90fe-dae6f6731ea6) ![image](https://github.com/element-plus/element-plus-vite-starter/assets/129058082/8753a70c-3ad8-4795-909c-21d37fcb53ba) 配置文件都拷贝与https://github.com/element-plus/element-plus-vite-starter 这个库, 但是始终没有生效, 特别是登录页面最明显

``` ✘ [ERROR] No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "default" node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.mjs:1:7: 1 │ import Vue from 'vue' ╵ ~~~ ✘ [ERROR] No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "default"...

can the team show an example on how to change a style of a component correctly ? like table element for example. it is unclear what is the source of...

documentation