Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit 3913d0d

Browse files
committed
Add ShareProgress script tag
1 parent dfee38e commit 3913d0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/shareprogress.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default ({ app }) => {
2+
const script = document.createElement('script')
3+
script.src = '//c.shpg.org/103/sp.js'
4+
document.body.appendChild(script)
5+
}

0 commit comments

Comments
 (0)