forked from FoundKeyGang/FoundKey
[Client] Fix error
This commit is contained in:
parent
e16dc2a910
commit
c1bbf5dab6
2 changed files with 10 additions and 2 deletions
|
@ -12,7 +12,11 @@
|
|||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
export default Vue.extend({
|
||||
inject: ['horizonGrouped'],
|
||||
inject: {
|
||||
horizonGrouped: {
|
||||
default: false
|
||||
}
|
||||
},
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
|
|
|
@ -41,7 +41,11 @@ import Vue from 'vue';
|
|||
const getPasswordStrength = require('syuilo-password-strength');
|
||||
|
||||
export default Vue.extend({
|
||||
inject: ['horizonGrouped'],
|
||||
inject: {
|
||||
horizonGrouped: {
|
||||
default: false
|
||||
}
|
||||
},
|
||||
props: {
|
||||
value: {
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue