Skip to content
Snippets Groups Projects
Unverified Commit 39e44948 authored by syuilo's avatar syuilo
Browse files

🎨

parent e7180d52
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<vue-word-cloud
:words="tags.map(x => [x.name, x.count])"
:color="color"
:spacing="0.25"
font-family="Roboto">
<template slot-scope="{word, text, weight}">
<div style="cursor: pointer;" :title="weight">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment