Ver Fonte

Replace npmcdn.com with unpkg.com

npmcdn-to-unpkg-bot há 9 anos atrás
pai
commit
9216de022f
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/ISSUE_TEMPLATE.md

+ 2 - 2
.github/ISSUE_TEMPLATE.md

@@ -13,8 +13,8 @@ Thank you for contributing! Please carefully read the following before opening y
 
 ### Reproduction Link
 <!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
-<!-- https://npmcdn.com/element-ui/lib/index.js -->
-<!-- https://npmcdn.com/element-ui/lib/theme-default/index.css -->
+<!-- https://unpkg.com/element-ui/lib/index.js -->
+<!-- https://unpkg.com/element-ui/lib/theme-default/index.css -->
 
 ### Steps to reproduce