stash
This commit is contained in:
parent
b15eab9c27
commit
9377f71d60
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export default {
|
|||
emits: ['input'],
|
||||
methods: {
|
||||
rawhtml(value) {
|
||||
if (typeof format === 'function') {
|
||||
return format(value);
|
||||
if (typeof this.format === 'function') {
|
||||
return this.format(value);
|
||||
} else {
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue