@flyfish-group/file-viewer 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -46,7 +46,7 @@ npm run lint
46
46
  如果您使用了flyfish的私库,请使用以下命令安装依赖即可。
47
47
 
48
48
  ```
49
- npm install --save file-viewer
49
+ npm install --save @flyfish-group/file-viewer
50
50
  ```
51
51
 
52
52
  常规情况下,请使用`npm link`的方式进行集成。
@@ -73,7 +73,7 @@ export default {
73
73
  name: "SimpleExample",
74
74
  data() {
75
75
  return {
76
- url: 'http://flyfish.group/%E6%95%B0%E6%8D%AE%E4%B8%AD%E5%8F%B0%E7%AC%94%E8%AE%B0(1).docx',
76
+ url: 'https://flyfish.dev/%E6%95%B0%E6%8D%AE%E4%B8%AD%E5%8F%B0%E7%AC%94%E8%AE%B0(1).docx',
77
77
  }
78
78
  },
79
79
  }