quantity component

This commit is contained in:
cookfront
2017-03-10 15:09:10 +08:00
parent 4935ca66ac
commit f6b3eb8365
12 changed files with 310 additions and 2 deletions

View File

@@ -72,6 +72,12 @@ export default {
color: #5e6d82;
margin: 14px 0;
}
p > code {
background-color: #eee;
padding: 2px 4px;
color: #26a2ff;
}
}
.demo-page {