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'],
|
emits: ['input'],
|
||||||
methods: {
|
methods: {
|
||||||
rawhtml(value) {
|
rawhtml(value) {
|
||||||
if (typeof format === 'function') {
|
if (typeof this.format === 'function') {
|
||||||
return format(value);
|
return this.format(value);
|
||||||
} else {
|
} else {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue