This commit is contained in:
mertsincan 2024-02-11 23:48:21 +00:00
parent 0c6a35d280
commit d77e66415b
8 changed files with 18 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :class="cx('root')" :style="sx('root')" v-bind="ptm('root')">
<div :class="cx('root')" :style="sx('root')" v-bind="ptmi('root')">
<PInputText
ref="input"
:id="inputId"
@ -64,6 +64,7 @@ import BasePassword from './BasePassword.vue';
export default {
name: 'Password',
extends: BasePassword,
inheritAttrs: false,
emits: ['update:modelValue', 'change', 'focus', 'blur', 'invalid'],
data() {
return {