Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default function data () {
|
||||
return {
|
||||
isThumbnailErrored: false,
|
||||
activeHover: true,
|
||||
titleOverflow: false,
|
||||
multilineTitle: false,
|
||||
areQuickActionsOpen: false,
|
||||
isStarInNewLine: false,
|
||||
maxTagsChars: 30
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user