element-sim 1.1.37 → 1.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1176,6 +1176,18 @@
1176
1176
  url('#{$--font-path}/icon-sim.ttf') format('truetype');
1177
1177
  }
1178
1178
 
1179
+ .el-icon-upload3:before {
1180
+ content: "\e660";
1181
+ }
1182
+
1183
+ .el-icon-login:before {
1184
+ content: "\e65e";
1185
+ }
1186
+
1187
+ .el-icon-nav_login:before {
1188
+ content: "\e65f";
1189
+ }
1190
+
1179
1191
  .el-icon-archive:before {
1180
1192
  content: "\e65b";
1181
1193
  }
package/src/index.js CHANGED
@@ -212,7 +212,7 @@ if (typeof window !== 'undefined' && window.Vue) {
212
212
  }
213
213
 
214
214
  export default {
215
- version: '1.1.37',
215
+ version: '1.1.39',
216
216
  locale: locale.use,
217
217
  i18n: locale.i18n,
218
218
  install,