添加doc预览

This commit is contained in:
niunai
2017-01-16 02:48:57 +08:00
parent bf021c1d19
commit 347dc1751c
31 changed files with 11447 additions and 104 deletions

View File

@@ -4,7 +4,6 @@ const install = function(Vue) {
if (install.installed) return;
Vue.component(Sample.name, Sample);
};
// auto install

View File

@@ -1 +0,0 @@

View File

@@ -1,10 +0,0 @@
/* UI标准色 */
$o2-c-orange: #f60;
$o2-c-green: #06bf04;
$o2-c-red: #ed5050;
$o2-c-black: #333;
$o2-c-gray-darker: #666;
$o2-c-gray-dark: #999;
$o2-c-gray: #c9c9c9;
$o2-c-gray-light: #e5e5e5;
$o2-c-background: #f8f8f8;