Skip to content

Instantly share code, notes, and snippets.

View dancancer's full-sized avatar

时节 dancancer

  • Alibabacloud
View GitHub Profile
@dancancer
dancancer / gist:034b5258eb256abd05f4e9cabc25d63f
Created November 11, 2018 12:18
import lodash in chrome
var el = document.createElement('script');
el.src = "https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js";
el.type = "text/javascript";
document.head.appendChild(el)
@dancancer
dancancer / designer.html
Last active August 29, 2015 14:19
designer
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../paper-input/paper-input.html">