1.0.6 • Published 1 year ago

file-comparison-vue3 v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

file-comparison-vue3

word 文档文件比对,支持 vue3+webpack 项目。

安装

npm i file-comparison-vue3

使用示例

import { createApp } from 'vue'

import App from './App.vue'

import fileComparisonVue3 from 'file-comparison-vue3'

import 'file-comparison-vue3/dist/file-comparison-vue3.css'

createApp(App).use(fileComparisonVue3).mount('#app')
<template>
  <fileComparisonVue3
    firstFileUrl="http://xxx.docx"
    secondFileUrl="http://xxx.docx"
    :ifMerge="false"
  ></fileComparisonVue3>
</template>

参数

第一个文件地址:firstFileUrl="http://xxx.docx"

第二个文件地址:secondFileUrl="http://xxx.docx"

比对结果是否合并为一个文件:ifMerge=true/false

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago