fes-ui v0.1.1

1、修复Layout组件offset不生效的bug

fes-doc
1、更新文档中描述不准备的地方
2、更换文档中的链接
This commit is contained in:
万纯 2020-09-08 10:50:29 +08:00 committed by harrywan
parent 8fbe5a22a9
commit b0b3fcc68e
13 changed files with 112 additions and 115 deletions

View File

@ -13,7 +13,7 @@ export default {
## 垂直布局
![垂直布局](../../images/layout2.png)
垂直布局,横向空间更大。配合[Menu](/component/menu)组件使用,可实现多级菜单。在`fes.config.js`中配置:
垂直布局,横向空间更大。配合[Menu](/ui/menu)组件使用,可实现多级菜单。在`fes.config.js`中配置:
```js
export default {
mode: 'horizontal'

View File

@ -34,7 +34,7 @@ export default {
}
</script>
```
访问 `http://localhost:5000/#/list` 就是刚创建的页面。更多路由配置详见 [路由章节](#/guide/route)。
访问 `http://localhost:5000/#/list` 就是刚创建的页面。更多路由配置详见 [路由章节](/guide/route)。
## 配置菜单
打开根目录下的 `fes.config.js`
@ -47,7 +47,7 @@ export default {
}]
}
```
此时左侧菜单栏出现名为 `列表` 的导航,更多子菜单配置详见 [系统配置-菜单章节](#/guide/config)。
此时左侧菜单栏出现名为 `列表` 的导航,更多子菜单配置详见 [目录结构-fes.config.js](/guide/directory-structure.html#fes-config-js)。
## 实现一个简单的列表
在上述的`index.vue`文件下实现一个列表,代码如下:
@ -118,7 +118,7 @@ export default {
```
实现的效果如下:
![列表页](../../images/list.png)
Fes使用 `fes-ui` 组件库,具体使用方法详见 [组件章节](/component)关于FesData数据用法详见 [Fes实例章节](/guide/)
Fes使用 `fes-ui` 组件库,具体使用方法详见 [组件章节](/ui/)关于FesData数据用法详见 [Vue增强章节](/guide/option.html#fesdata)
## 接口调用与Mock数据
打开根目录下的 `mock.js`,配置模拟接口:
@ -153,7 +153,7 @@ this.FesApi.fetch("/api", {
console.log(rst);
});
```
更多关于接口调用与Mock数据的使用方法详见 [接口调用章节](/guide/fesApi) 和 [mock数据章节](/guide/mock)。
更多关于接口调用与Mock数据的使用方法详见 [接口调用章节](/api/#fesapi-2) 和 [mock数据章节](/guide/directory-structure.html#mock-js)。
## 编译打包
- 进入工程目录

View File

@ -60,13 +60,12 @@ pageClass: comp-page-class
<cell span="12" class="pl-20">
<componetTemplate title="向右偏移" template="ui/templates/layout/2.html">
<template v-slot:demo>
<row class="article-row">
<cell span="24">span24</cell>
</row>
<row class="article-row">
<cell span="12">span12</cell>
<cell span="12">span12</cell>
</row>
<Row class="article-row">
<Cell span="8" offset="8">span8|offset8</Cell>
</Row>
<Row class="article-row">
<Cell span="12" offset="12">span12|offset12</Cell>
</Row>
</template>
<template v-slot:description>
<p>通过设置offset属性将列进行右偏移偏移栅格数为offset的值</p>

View File

@ -2,7 +2,6 @@
pageClass: comp-page-class
---
# Tabs 标签页
选项卡切换组件。
## 概述
选项卡切换组件,常用于平级区域大块内容的的收纳和展现。

View File

@ -2,7 +2,6 @@
pageClass: comp-page-class
---
# Table 表格
选项卡切换组件。
## 概述
主要用于展示大量结构化数据。

View File

@ -24,6 +24,6 @@
"@vuepress/theme-vue": "^1.5.0"
},
"dependencies": {
"@webank/fes-ui": "^0.1.0"
"@webank/fes-ui": "^0.1.1"
}
}

View File

@ -34,7 +34,7 @@
},
"dependencies": {
"@webank/fes-core": "^0.1.1",
"@webank/fes-ui": "^0.1.0"
"@webank/fes-ui": "^0.1.1"
},
"peerDependencies": {}
}

View File

@ -3865,7 +3865,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/table.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/table.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] table.vue: functional components are not supported with templates, they should use render functions.")}
@ -4058,7 +4058,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/date-picker/calendars.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/date-picker/calendars.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] calendars.vue: functional components are not supported with templates, they should use render functions.")}
@ -4132,7 +4132,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/time-picker/pickerContent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/time-picker/pickerContent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] pickerContent.vue: functional components are not supported with templates, they should use render functions.")}
@ -4210,7 +4210,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/loading/loading.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/loading/loading.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] loading.vue: functional components are not supported with templates, they should use render functions.")}
@ -5658,7 +5658,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/zoom/zoom.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/zoom/zoom.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] zoom.vue: functional components are not supported with templates, they should use render functions.")}
@ -5698,7 +5698,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tooltip/tooltip.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tooltip/tooltip.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tooltip.vue: functional components are not supported with templates, they should use render functions.")}
@ -6128,7 +6128,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/menu/menu.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/menu/menu.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] menu.vue: functional components are not supported with templates, they should use render functions.")}
@ -6168,7 +6168,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/menu/subMenu.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/menu/subMenu.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] subMenu.vue: functional components are not supported with templates, they should use render functions.")}
@ -6208,7 +6208,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/menu/menuItem.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/menu/menuItem.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] menuItem.vue: functional components are not supported with templates, they should use render functions.")}
@ -6291,7 +6291,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/dropdown-com/dropdownMenu.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/dropdown-com/dropdownMenu.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] dropdownMenu.vue: functional components are not supported with templates, they should use render functions.")}
@ -7850,7 +7850,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/layout/row.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/layout/row.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] row.vue: functional components are not supported with templates, they should use render functions.")}
@ -7927,7 +7927,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/layout/cell.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/layout/cell.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] cell.vue: functional components are not supported with templates, they should use render functions.")}
@ -8024,7 +8024,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/icon/icon.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/icon/icon.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] icon.vue: functional components are not supported with templates, they should use render functions.")}
@ -8142,7 +8142,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/button/button.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/button/button.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] button.vue: functional components are not supported with templates, they should use render functions.")}
@ -8349,7 +8349,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tab-com/tabs.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tab-com/tabs.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tabs.vue: functional components are not supported with templates, they should use render functions.")}
@ -9222,7 +9222,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tab-com/tabComponent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tab-com/tabComponent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tabComponent.vue: functional components are not supported with templates, they should use render functions.")}
@ -9422,7 +9422,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tab-com/tab.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tab-com/tab.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tab.vue: functional components are not supported with templates, they should use render functions.")}
@ -10435,7 +10435,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/tableAction.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/tableAction.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tableAction.vue: functional components are not supported with templates, they should use render functions.")}
@ -10556,7 +10556,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/tableText.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/tableText.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tableText.vue: functional components are not supported with templates, they should use render functions.")}
@ -10664,7 +10664,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/tableComponent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/tableComponent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tableComponent.vue: functional components are not supported with templates, they should use render functions.")}
@ -10763,7 +10763,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/tableDetailComponent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/tableDetailComponent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tableDetailComponent.vue: functional components are not supported with templates, they should use render functions.")}
@ -10877,7 +10877,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/headComponent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/headComponent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] headComponent.vue: functional components are not supported with templates, they should use render functions.")}
@ -10976,7 +10976,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/tableExpand.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/tableExpand.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
/* hot reload */
@ -11053,7 +11053,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/editCell.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/editCell.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] editCell.vue: functional components are not supported with templates, they should use render functions.")}
@ -11589,7 +11589,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/treeTable.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/treeTable.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] treeTable.vue: functional components are not supported with templates, they should use render functions.")}
@ -11971,7 +11971,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/data-table/column.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/data-table/column.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
/* hot reload */
@ -12180,7 +12180,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/carousel/carousel.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/carousel/carousel.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] carousel.vue: functional components are not supported with templates, they should use render functions.")}
@ -12978,7 +12978,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/date-picker/calendar.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/date-picker/calendar.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] calendar.vue: functional components are not supported with templates, they should use render functions.")}
@ -14276,7 +14276,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/time-picker/PickerItem.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/time-picker/PickerItem.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] PickerItem.vue: functional components are not supported with templates, they should use render functions.")}
@ -14895,7 +14895,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/date-picker/datePicker.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/date-picker/datePicker.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] datePicker.vue: functional components are not supported with templates, they should use render functions.")}
@ -15208,7 +15208,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/v-readonly-input/readonlyInput.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/v-readonly-input/readonlyInput.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] readonlyInput.vue: functional components are not supported with templates, they should use render functions.")}
@ -15407,7 +15407,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/v-picker-popup/pickerPopup.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/v-picker-popup/pickerPopup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] pickerPopup.vue: functional components are not supported with templates, they should use render functions.")}
@ -16499,7 +16499,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/message/message.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/message/message.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] message.vue: functional components are not supported with templates, they should use render functions.")}
@ -17112,7 +17112,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/modal/modal.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/modal/modal.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] modal.vue: functional components are not supported with templates, they should use render functions.")}
@ -18283,7 +18283,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/switch/switch.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/switch/switch.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] switch.vue: functional components are not supported with templates, they should use render functions.")}
@ -18454,7 +18454,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/toast/toast.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/toast/toast.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] toast.vue: functional components are not supported with templates, they should use render functions.")}
@ -18578,7 +18578,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/toast/swap.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/toast/swap.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] swap.vue: functional components are not supported with templates, they should use render functions.")}
@ -18684,7 +18684,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tree/tree.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tree/tree.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tree.vue: functional components are not supported with templates, they should use render functions.")}
@ -19012,7 +19012,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tree/treeNode.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tree/treeNode.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] treeNode.vue: functional components are not supported with templates, they should use render functions.")}
@ -19198,7 +19198,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tree/nodeText.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tree/nodeText.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
/* hot reload */
@ -19427,7 +19427,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/upload/upload.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/upload/upload.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] upload.vue: functional components are not supported with templates, they should use render functions.")}
@ -20464,7 +20464,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/step-com/steps.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/step-com/steps.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] steps.vue: functional components are not supported with templates, they should use render functions.")}
@ -20596,7 +20596,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/step-com/step.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/step-com/step.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] step.vue: functional components are not supported with templates, they should use render functions.")}
@ -20938,7 +20938,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/tooltip/tooltipComponent.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/tooltip/tooltipComponent.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] tooltipComponent.vue: functional components are not supported with templates, they should use render functions.")}
@ -21295,7 +21295,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/pagination/pagination.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/pagination/pagination.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] pagination.vue: functional components are not supported with templates, they should use render functions.")}
@ -21595,7 +21595,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/select/select.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/select/select.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] select.vue: functional components are not supported with templates, they should use render functions.")}
@ -22462,7 +22462,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/select/option.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/select/option.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] option.vue: functional components are not supported with templates, they should use render functions.")}
@ -22654,7 +22654,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/select/optionGroup.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/select/optionGroup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] optionGroup.vue: functional components are not supported with templates, they should use render functions.")}
@ -22736,7 +22736,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/input/input.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/input/input.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] input.vue: functional components are not supported with templates, they should use render functions.")}
@ -23542,7 +23542,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/radio-com/radio.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/radio-com/radio.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] radio.vue: functional components are not supported with templates, they should use render functions.")}
@ -23745,7 +23745,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/radio-com/radioGroup.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/radio-com/radioGroup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] radioGroup.vue: functional components are not supported with templates, they should use render functions.")}
@ -24009,7 +24009,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/checkbox-com/checkbox.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/checkbox-com/checkbox.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] checkbox.vue: functional components are not supported with templates, they should use render functions.")}
@ -24215,7 +24215,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/checkbox-com/checkboxGroup.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/checkbox-com/checkboxGroup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] checkboxGroup.vue: functional components are not supported with templates, they should use render functions.")}
@ -24464,7 +24464,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/form/formItem.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/form/formItem.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] formItem.vue: functional components are not supported with templates, they should use render functions.")}
@ -26086,7 +26086,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/form/form.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/form/form.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] form.vue: functional components are not supported with templates, they should use render functions.")}
@ -26791,7 +26791,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/menu/menuGroup.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/menu/menuGroup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] menuGroup.vue: functional components are not supported with templates, they should use render functions.")}
@ -26881,7 +26881,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/menu/routeMenu.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/menu/routeMenu.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] routeMenu.vue: functional components are not supported with templates, they should use render functions.")}
@ -27141,7 +27141,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/panel/panel.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/panel/panel.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] panel.vue: functional components are not supported with templates, they should use render functions.")}
@ -27257,7 +27257,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/affix/affix.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/affix/affix.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] affix.vue: functional components are not supported with templates, they should use render functions.")}
@ -27490,7 +27490,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/back-top/backTop.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/back-top/backTop.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] backTop.vue: functional components are not supported with templates, they should use render functions.")}
@ -27702,7 +27702,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/process-circle/processCircle.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/process-circle/processCircle.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] processCircle.vue: functional components are not supported with templates, they should use render functions.")}
@ -27890,7 +27890,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/dropdown-com/dropdown.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/dropdown-com/dropdown.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] dropdown.vue: functional components are not supported with templates, they should use render functions.")}
@ -28271,7 +28271,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/draggable/Draggable.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/draggable/Draggable.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] Draggable.vue: functional components are not supported with templates, they should use render functions.")}
@ -28551,7 +28551,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/draggable/DraggableItem.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/draggable/DraggableItem.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] DraggableItem.vue: functional components are not supported with templates, they should use render functions.")}
@ -28980,7 +28980,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/contextmenu/index.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/contextmenu/index.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] index.vue: functional components are not supported with templates, they should use render functions.")}
@ -29244,7 +29244,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/split-com/split.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/split-com/split.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] split.vue: functional components are not supported with templates, they should use render functions.")}
@ -29608,7 +29608,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/split-com/splitItem.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/split-com/splitItem.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] splitItem.vue: functional components are not supported with templates, they should use render functions.")}
@ -29850,7 +29850,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/time-picker/timePicker.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/time-picker/timePicker.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] timePicker.vue: functional components are not supported with templates, they should use render functions.")}
@ -30163,7 +30163,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/collapse/collapsePanel.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/collapse/collapsePanel.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] collapsePanel.vue: functional components are not supported with templates, they should use render functions.")}
@ -30306,7 +30306,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/collapse/openAnim.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/collapse/openAnim.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] openAnim.vue: functional components are not supported with templates, they should use render functions.")}
@ -30481,7 +30481,7 @@ var Component = __webpack_require__(0)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/qlin/Documents/project/webank/fes2.0/packages/fes-ui/src/components/collapse/collapse.vue"
Component.options.__file = "/Users/harrywan/company/git/fes.js/packages/fes-ui/src/components/collapse/collapse.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] collapse.vue: functional components are not supported with templates, they should use render functions.")}

File diff suppressed because one or more lines are too long

View File

@ -4032,7 +4032,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-1 {
width: 4.16667%; }
margin-left: 4.16667%; }
.ui-cell-span-2 {
width: 8.33333%;
@ -4042,7 +4042,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-2 {
width: 8.33333%; }
margin-left: 8.33333%; }
.ui-cell-span-3 {
width: 12.5%;
@ -4052,7 +4052,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-3 {
width: 12.5%; }
margin-left: 12.5%; }
.ui-cell-span-4 {
width: 16.66667%;
@ -4062,7 +4062,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-4 {
width: 16.66667%; }
margin-left: 16.66667%; }
.ui-cell-span-5 {
width: 20.83333%;
@ -4072,7 +4072,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-5 {
width: 20.83333%; }
margin-left: 20.83333%; }
.ui-cell-span-6 {
width: 25%;
@ -4082,7 +4082,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-6 {
width: 25%; }
margin-left: 25%; }
.ui-cell-span-7 {
width: 29.16667%;
@ -4092,7 +4092,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-7 {
width: 29.16667%; }
margin-left: 29.16667%; }
.ui-cell-span-8 {
width: 33.33333%;
@ -4102,7 +4102,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-8 {
width: 33.33333%; }
margin-left: 33.33333%; }
.ui-cell-span-9 {
width: 37.5%;
@ -4112,7 +4112,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-9 {
width: 37.5%; }
margin-left: 37.5%; }
.ui-cell-span-10 {
width: 41.66667%;
@ -4122,7 +4122,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-10 {
width: 41.66667%; }
margin-left: 41.66667%; }
.ui-cell-span-11 {
width: 45.83333%;
@ -4132,7 +4132,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-11 {
width: 45.83333%; }
margin-left: 45.83333%; }
.ui-cell-span-12 {
width: 50%;
@ -4142,7 +4142,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-12 {
width: 50%; }
margin-left: 50%; }
.ui-cell-span-13 {
width: 54.16667%;
@ -4152,7 +4152,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-13 {
width: 54.16667%; }
margin-left: 54.16667%; }
.ui-cell-span-14 {
width: 58.33333%;
@ -4162,7 +4162,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-14 {
width: 58.33333%; }
margin-left: 58.33333%; }
.ui-cell-span-15 {
width: 62.5%;
@ -4172,7 +4172,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-15 {
width: 62.5%; }
margin-left: 62.5%; }
.ui-cell-span-16 {
width: 66.66667%;
@ -4182,7 +4182,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-16 {
width: 66.66667%; }
margin-left: 66.66667%; }
.ui-cell-span-17 {
width: 70.83333%;
@ -4192,7 +4192,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-17 {
width: 70.83333%; }
margin-left: 70.83333%; }
.ui-cell-span-18 {
width: 75%;
@ -4202,7 +4202,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-18 {
width: 75%; }
margin-left: 75%; }
.ui-cell-span-19 {
width: 79.16667%;
@ -4212,7 +4212,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-19 {
width: 79.16667%; }
margin-left: 79.16667%; }
.ui-cell-span-20 {
width: 83.33333%;
@ -4222,7 +4222,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-20 {
width: 83.33333%; }
margin-left: 83.33333%; }
.ui-cell-span-21 {
width: 87.5%;
@ -4232,7 +4232,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-21 {
width: 87.5%; }
margin-left: 87.5%; }
.ui-cell-span-22 {
width: 91.66667%;
@ -4242,7 +4242,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-22 {
width: 91.66667%; }
margin-left: 91.66667%; }
.ui-cell-span-23 {
width: 95.83333%;
@ -4252,7 +4252,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-23 {
width: 95.83333%; }
margin-left: 95.83333%; }
.ui-cell-span-24 {
width: 100%;
@ -4262,7 +4262,7 @@ samp {
flex: 0 0 auto; }
.ui-cell-offset-24 {
width: 100%; }
margin-left: 100%; }
.ui-input-swap, .ui-input-swap .ui-input {
display: inline-block;

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "基于Vue2.0适用于PC管理端的组件库",
"main": "dist/fes-ui.js",
"scripts": {

View File

@ -32,6 +32,6 @@
flex: 0 0 auto;
}
.ui-cell-offset-#{$i} {
width: ($i/24) * 100%;
margin-left: ($i/24) * 100%;
}
}