Socket
Socket
Sign inDemoInstall

dynamic-word-cloud-vue3

Package Overview
Dependencies
124
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dynamic-word-cloud-vue3

动态词云


Version published
Maintainers
1
Created

Readme

Source

vue3-web-share

快速开始

安装
npm i dynamic-word-cloud-vue3 -S
引入

全局引入,在 main.js 中

import DynamicWordCloudVue3 from "dynamic-word-cloud-vue3";
import "dynamic-word-cloud-vue3/lib/index.css";

或按组件单个引用,在.vue文件中

<script>
import { DynamicWordCloudVue3 } from "dynamic-word-cloud-vue3";
import "dynamic-word-cloud-vue3/lib/index.css";

export default {
  name: "viewName",
  components: {
    DynamicWordCloudVue3,
  },
};
</script>
使用
<template lang="ts">
 <div class="wrap">
  <dynamic-word-cloud-vue3 :data="state.data"></dynamic-word-cloud-vue3>
 </div>
</template>

Props 参数列表

prop作用默认值类型
data数据[]Array
color颜色[]Array
speed速度400Number
direction方向'-1'String

Keywords

FAQs

Last updated on 16 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc