瀏覽代碼

Replace npmcdn.com with unpkg.com

npmcdn-to-unpkg-bot 9 年之前
父節點
當前提交
9216de022f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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