wargerm 0.7.13 → 0.7.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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -2231,7 +2231,7 @@ WButton.defaultProps = {};
|
|
2231
2231
|
// import IconFont from '@/components/IconFont';
|
2232
2232
|
// <IconFont type='icon-demo' className='xxx-xxx' />
|
2233
2233
|
var IconFont = createFromIconfontCN({
|
2234
|
-
scriptUrl: '
|
2234
|
+
scriptUrl: 'https://static.eblssmart.com/wargerm/font/font.js'
|
2235
2235
|
});
|
2236
2236
|
|
2237
2237
|
var WInput = function WInput(props) {
|
package/dist/index.js
CHANGED
@@ -2275,7 +2275,7 @@ WButton.defaultProps = {};
|
|
2275
2275
|
// import IconFont from '@/components/IconFont';
|
2276
2276
|
// <IconFont type='icon-demo' className='xxx-xxx' />
|
2277
2277
|
var IconFont = icons.createFromIconfontCN({
|
2278
|
-
scriptUrl: '
|
2278
|
+
scriptUrl: 'https://static.eblssmart.com/wargerm/font/font.js'
|
2279
2279
|
});
|
2280
2280
|
|
2281
2281
|
var WInput = function WInput(props) {
|