@mdsfe/mds-ui 0.4.0-rc.6 → 0.4.0-rc.7
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.js +2 -2
- package/dist/mds-ui.min.css +2 -1
- package/dist/mds-ui.min.js +12 -0
- package/dist/style/index.css +2 -1
- package/package.json +1 -1
package/dist/mds-ui.min.js
CHANGED
|
@@ -70481,6 +70481,9 @@ loading_loading.install = function (Vue) {
|
|
|
70481
70481
|
Vue.component(loading_loading.name, loading_loading);
|
|
70482
70482
|
};
|
|
70483
70483
|
/* harmony default export */ var components_loading = (loading_loading);
|
|
70484
|
+
// EXTERNAL MODULE: ./components/style/index.less
|
|
70485
|
+
var components_style = __webpack_require__(481);
|
|
70486
|
+
|
|
70484
70487
|
// EXTERNAL MODULE: ./components/_util/loaders/loaders.css.js
|
|
70485
70488
|
var loaders_css = __webpack_require__(341);
|
|
70486
70489
|
|
|
@@ -70546,6 +70549,8 @@ var loaders_css = __webpack_require__(341);
|
|
|
70546
70549
|
|
|
70547
70550
|
|
|
70548
70551
|
|
|
70552
|
+
|
|
70553
|
+
// 导入基础样式(包含 iconfont)
|
|
70549
70554
|
|
|
70550
70555
|
|
|
70551
70556
|
|
|
@@ -71171,6 +71176,13 @@ var components_version = Object({"NODE_ENV":"production"}).VUE_APP_VERSION;
|
|
|
71171
71176
|
|
|
71172
71177
|
// removed by extract-text-webpack-plugin
|
|
71173
71178
|
|
|
71179
|
+
/***/ }),
|
|
71180
|
+
/* 480 */,
|
|
71181
|
+
/* 481 */
|
|
71182
|
+
/***/ (function(module, exports) {
|
|
71183
|
+
|
|
71184
|
+
// removed by extract-text-webpack-plugin
|
|
71185
|
+
|
|
71174
71186
|
/***/ })
|
|
71175
71187
|
/******/ ]);
|
|
71176
71188
|
});
|