Skip to content

Commit

Permalink
npm包名
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweet-KK committed Dec 25, 2020
1 parent 282f2cf commit 00f2c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
## Install

```
npm install dom-screenshot
npm install @kk306484328/dom-screenshot
```

[⬆ Back to Top](#table-of-contents)
Expand All @@ -46,7 +46,7 @@ npm install dom-screenshot
</template>
<script>
import DomScreenshot from 'dom-screenshot'
import DomScreenshot from '@kk306484328/dom-screenshot'
export default {
components: { DomScreenshot },
methods: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dom-screenshot",
"name": "@kk306484328/dom-screenshot",
"version": "1.0.0",
"description": "整合dom-to-image及html2canvas,开箱即用的dom截图组件",
"author": "https://github.com/Sweet-KK",
Expand Down

0 comments on commit 00f2c9e

Please sign in to comment.