This commit is contained in:
parent
b56fed8ed5
commit
91f38a8ddd
|
@ -9,7 +9,8 @@
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import i18n from '../../../i18n';
|
import i18n from '../../../i18n';
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
i18n: i18n('mobile/views/pages/signup.vue'),});
|
i18n: i18n('mobile/views/pages/signup.vue')
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
|
@ -23,6 +24,6 @@ export default Vue.extend({
|
||||||
padding 8px 0 0 0
|
padding 8px 0 0 0
|
||||||
font-size 1.5em
|
font-size 1.5em
|
||||||
font-weight bold
|
font-weight bold
|
||||||
color #444
|
color var(--text)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue