mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 04:12:48 +08:00
基本完成命令生成;
This commit is contained in:
5
app/command/make/component/tpl/_index.env
Normal file
5
app/command/make/component/tpl/_index.env
Normal file
@@ -0,0 +1,5 @@
|
||||
title={$component_title}
|
||||
|
||||
padding=0
|
||||
margin=0
|
||||
gray=0
|
||||
3
app/command/make/component/tpl/_index.html
Normal file
3
app/command/make/component/tpl/_index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="{$component}">
|
||||
|
||||
</div>
|
||||
0
app/command/make/component/tpl/_index.md
Normal file
0
app/command/make/component/tpl/_index.md
Normal file
3
app/command/make/component/tpl/_index.scss
Normal file
3
app/command/make/component/tpl/_index.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.{$component} {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user