Socket
Book a DemoInstallSign in
Socket

vue-image-zoom-in-out

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

vue-image-zoom-in-out

https://www.npmjs.com/package/vue-image-zoom-in-out

0.0.25
unpublished
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vue-image-zoom-in-out

https://www.npmjs.com/package/vue-image-zoom-in-out

로컬 테스트

<template>
  <div style="width: 100%; height: 400px">
    <vue-image-zoom-in-out :src="`${src}?timestamp=${Date.now()}`">
    </vue-image-zoom-in-out>
    <!-- </vue-image-zoom-in-out> -->
  </div>
</template>

<script>
import { ref } from "vue";
import { VueImageZoomInOut } from "../../vue3-image-zoom-npm-package/dist/vue-image-zoom-in-out.es";

export default {
  components: { "vue-image-zoom-in-out": VueImageZoomInOut },
  setup() {
    const src = ref("../src/assets/199032279.jpg");

    return { src, changeImg };
  },
};
</script>

실행 명령어

npm run build
npm link
npm link vue-image-zoom-in-out

npm login
npm publish --access=public

FAQs

Package last updated on 06 Jan 2024

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.