Add Vue PasswordField component with readability toggling

This commit is contained in:
Bubka
2022-09-10 18:04:14 +02:00
parent 4348b7067b
commit f2c90fb924
4 changed files with 87 additions and 0 deletions

View File

@ -34,6 +34,8 @@ import {
faCopy,
faSortAlphaDown,
faSortAlphaUp,
faEye,
faEyeSlash,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -72,6 +74,8 @@ library.add(
faCopy,
faSortAlphaDown,
faSortAlphaUp,
faEye,
faEyeSlash,
);
Vue.component('font-awesome-icon', FontAwesomeIcon)