1.0.12 • Published 2 years ago

draggable-float-icon v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago