[Client] Fix error
This commit is contained in:
parent
e16dc2a910
commit
c1bbf5dab6
2 changed files with 10 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue