This commit is contained in:
こぴなたみぽ 2018-02-07 18:30:17 +09:00
parent 1a6a72591f
commit 063193f429
175 changed files with 312 additions and 316 deletions

View file

@ -75,7 +75,7 @@
</section>
<button @click="onsubmit">アプリ作成</button>
</form>
<style>
<style lang="stylus" scoped>
:scope
display block
overflow hidden

View file

@ -9,7 +9,7 @@
<input value={ app.secret } readonly="readonly"/>
</div>
</main>
<style>
<style lang="stylus" scoped>
:scope
display block
</style>

View file

@ -10,7 +10,7 @@
</ul>
</virtual>
</div>
<style>
<style lang="stylus" scoped>
:scope
display block
</style>

View file

@ -1,5 +1,5 @@
<mk-index><a href="/apps">アプリ</a>
<style>
<style lang="stylus" scoped>
:scope
display block
</style>

View file

@ -6,7 +6,7 @@
</header>
<mk-new-app-form/>
</main>
<style>
<style lang="stylus" scoped>
:scope
display block
padding 64px 0