bkui-vue 1.0.3-beta.49 → 1.0.3-beta.50
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/lib/timeline/index.js +1 -0
- package/package.json +1 -1
package/lib/timeline/index.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import "../styles/reset.css";
|
2
|
+
import "./timeline.less";
|
2
3
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
|
3
4
|
import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
|
4
5
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
|