This commit is contained in:
syuilo 2019-02-26 14:44:26 +09:00
parent b56fed8ed5
commit 91f38a8ddd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -9,7 +9,8 @@
import Vue from 'vue';
import i18n from '../../../i18n';
export default Vue.extend({
i18n: i18n('mobile/views/pages/signup.vue'),});
i18n: i18n('mobile/views/pages/signup.vue')
});
</script>
<style lang="stylus" scoped>
@ -23,6 +24,6 @@ export default Vue.extend({
padding 8px 0 0 0
font-size 1.5em
font-weight bold
color #444
color var(--text)
</style>