소스 검색

add space in password generator view

pull/44/head
Guillaume Vincent 8 년 전
부모
커밋
d7049f98d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/components/password-generator.vue

+ 1
- 1
app/components/password-generator.vue 파일 보기

@@ -6,7 +6,7 @@
}
</style>
<template>
<div class="container">
<div class="container m-y-3">
<form id="passwordGenerator">
<div class="form-group row">
<label for="email" class="sr-only form-control-label">{{ $t('passwordgenerator.email') }}</label>


불러오는 중...
취소
저장