1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-25 07:37:13 +09:00
This commit is contained in:
Aya Morisawa 2018-08-18 03:59:48 +09:00
parent c625dd074a
commit d7dbe503b6

View File

@ -37,3 +37,15 @@ export default Vue.extend({
}
});
</script>
<style lang="stylus" scoped>
@import '~const.styl'
header
margin 10px 0
button
margin 16px 0
</style>