mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
🎨
This commit is contained in:
parent
ba08ea41de
commit
78b42dcc20
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
<vue-word-cloud
|
<vue-word-cloud
|
||||||
:words="tags.map(x => [x.name, x.count])"
|
:words="tags.map(x => [x.name, x.count])"
|
||||||
:color="color"
|
:color="color"
|
||||||
|
:spacing="0.25"
|
||||||
font-family="Roboto">
|
font-family="Roboto">
|
||||||
<template slot-scope="{word, text, weight}">
|
<template slot-scope="{word, text, weight}">
|
||||||
<div style="cursor: pointer;" :title="weight">
|
<div style="cursor: pointer;" :title="weight">
|
||||||
|
|
Loading…
Reference in a new issue