diff --git a/src/components/pannel/icon.png b/src/components/pannel/icon.png
new file mode 100644
index 0000000..aee23d0
Binary files /dev/null and b/src/components/pannel/icon.png differ
diff --git a/src/components/pannel/index.html b/src/components/pannel/index.html
new file mode 100644
index 0000000..a9ee2d9
--- /dev/null
+++ b/src/components/pannel/index.html
@@ -0,0 +1,27 @@
+
- 项目初始化
+
diff --git a/src/views/layer/index.js b/src/views/layer/index.js
index 513ad4a..684cba7 100644
--- a/src/views/layer/index.js
+++ b/src/views/layer/index.js
@@ -1,10 +1,32 @@
+import Left11 from './comps/left/top/1/index.vue';
+import Left21 from './comps/left/middle/1/index.vue';
+import Left31 from './comps/left/bottom/1/index.vue';
+import Right11 from './comps/right/top/1/index.vue';
+import Right21 from './comps/right/middle/1/index.vue';
+import Right31 from './comps/right/bottom/1/index.vue';
+
+
+import { comps } from './data.js'
export default {
components: {
+ Left11,
+ Left21,
+ Left31,
+ Right11,
+ Right21,
+ Right31
},
data () {
return {
+ tab: '1',
+ comps
};
},
+ computed: {
+ currentComp: function () {
+ return this.comps[this.tab]
+ }
+ },
created () {
},
mounted () {