vg-print 1.1.402 → 1.1.403
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 +1 -1
- package/dist/style.css +1 -1
- package/dist/vg-print.es.js +3359 -3302
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -841,7 +841,7 @@ hiprint.register({ authKey: '', plugins: [] })
|
|
|
841
841
|
// 初始化元素提供器 (默认元素提供器)
|
|
842
842
|
hiprint.init({
|
|
843
843
|
// providers: [new defaultElementTypeProvider()],
|
|
844
|
-
host: 'http://
|
|
844
|
+
host: 'http://127.0.0.1:17521',
|
|
845
845
|
token: '',
|
|
846
846
|
lang: 'en'
|
|
847
847
|
})
|