sh-view 2.4.14 → 2.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import { defineComponent, computed, getCurrentInstance } from 'vue'
|
|
3
3
|
import dataHook from '../js/data-hook'
|
|
4
|
-
import dataProps from '../js/data-
|
|
4
|
+
import dataProps from '../js/data-props'
|
|
5
5
|
import Spreadsheet from 'x-data-spreadsheet'
|
|
6
6
|
import ExcelJS from 'exceljs'
|
|
7
7
|
export default defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import { defineComponent, computed } from 'vue'
|
|
3
3
|
import dataHook from '../js/data-hook'
|
|
4
|
-
import dataProps from '../js/data-
|
|
4
|
+
import dataProps from '../js/data-props'
|
|
5
5
|
import { renderAsync } from 'docx-preview'
|
|
6
6
|
export default defineComponent({
|
|
7
7
|
name: 'ShWord',
|