mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
household, wip
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
return this.isMultiline === true ? "div" : "span";
|
||||
},
|
||||
multiline() {
|
||||
console.log(this.isMultiline, typeof this.isMultiline);
|
||||
//console.log(this.isMultiline, typeof this.isMultiline);
|
||||
return this.isMultiline === true ? "multiline" : "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user