New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lanseria/vue-pdf-vite

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lanseria/vue-pdf-vite

This project is for the vitejs vuejs3 pdfjs-dist pdf-lib library, built together with the components

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

vue-pdf-useinvite

此项目为 vitejs vuejs3 pdfjs-dist pdf-lib 库, 一起构建的组件

This project is for the vitejs vuejs3 pdfjs-dist pdf-lib library, built together with the components

npm / yarn 安装

npm i @lanseria/vue-pdf-vite

yarn add @lanseria/vue-pdf-vite

引入 @lanseria/vue-pdf-vite

import "@lanseria/vue-pdf-vite/style.css";
<template>
  <pdf-editor
    src="http://183.131.134.242:1889/files/20210619/383518b085f9469eb9ec34594196f8c7.pdf"
  ></pdf-editor>
</template>

<script lang="ts">
import { defineComponent } from "vue";
import { PdfEditor } from "@lanseria/vue-pdf-vite";
// import { PdfViewer } from "@lanseria/vue-pdf-vite";

export default defineComponent({
  name: "App",
  components: {
    PdfEditor,
  },
});
</script>

效果

具体 TODO

FAQs

Package last updated on 02 Mar 2022

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc