1.0.12 • Published 3 years ago

draggable-float-icon v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

FloatIcon

vue3 可拖动悬浮组件,支持移动端、pc 端

使用:

<template>
  <FloatIcon
    icon="https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg"
    :initLocation="{ x: 340, y: 500 }"
    :size="{ width: 50, height: 50 }"
  />
</template>

<script setup lang="ts">
import { FloatIcon } from "./components/FloatIcon.vue";
</script>

<style></style>
1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago