[Client] Remove needless attribute
This commit is contained in:
parent
4193b990c7
commit
2f35c9d40a
173 changed files with 173 additions and 177 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</section>
|
||||
<button onclick={ onsubmit }>アプリ作成</button>
|
||||
</form>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
overflow hidden
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<input value={ app.secret } readonly="readonly"/>
|
||||
</div>
|
||||
</main>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</ul>
|
||||
</virtual>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<mk-index><a href="/apps">アプリ</a>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</header>
|
||||
<mk-new-app-form></mk-new-app-form>
|
||||
</main>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
padding 64px 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue