From 99d48720a4e0b0c626a60e1ccc01de2a2b1a1d15 Mon Sep 17 00:00:00 2001 From: jiaming <743192023@qq.com> Date: Fri, 21 Dec 2018 15:47:49 +0800 Subject: [PATCH] add new decoration --- src/components/decoration7/img/decoration.png | Bin 0 -> 496 bytes src/components/decoration7/index.vue | 26 ++++++++++++++++++ src/components/index.js | 2 ++ 3 files changed, 28 insertions(+) create mode 100644 src/components/decoration7/img/decoration.png create mode 100644 src/components/decoration7/index.vue diff --git a/src/components/decoration7/img/decoration.png b/src/components/decoration7/img/decoration.png new file mode 100644 index 0000000000000000000000000000000000000000..7404336b3c0d61e81a8ee5591cdf0f3771a14d16 GIT binary patch literal 496 zcmVwL)T=X7i)mtXv35`w?qH zhEjfHA{XcV&AU(E&n~<#U$58udCqyC(^=K|@Y@Im@d-!q)W7P+eKeA`6uD<=stxCH z0~;`o1IeGl0KO+}BPOtaCFnBF;Z8K%!@iVxfK&L<0=%~lD!^xO7n`DCcgl^2znrwq zv4O5SDEy4Z32enAb|rrdXDi^2$nC6yQf7A&k5a?-lP4EC72XHbL zXx4S*a(^dnN1U*u4hmlbJf)0aQW;6JMsT45?h5dhIw*X>F+5Q&ZLH#7#YOx{+8&Iq z1pV(?3A$d{-9gOYc*P&Wr3zyjC+eWsL{9{I@h15L7{;2UEhrz%d{fBKc3eXr-UVwGMc%( zvnI4X8v5}eR-R6|z81juk(;TUR$ClpIF8o*D_^Eek1~?ANn47AUR8lj=oMx7pOwe{ mJo(+qE6AVp#{j-)1%$s=17!J4S;2k)0000 +
+ + + +
+ + + + + diff --git a/src/components/index.js b/src/components/index.js index 15acbef..3108b80 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -12,6 +12,7 @@ import decoration3 from './decoration3/index' import decoration4 from './decoration4/index' import decoration5 from './decoration5/index' import decoration6 from './decoration6/index' +import decoration7 from './decoration7/index' import loading from './loading/index.vue' import capsuleChart from './capsuleChart/index.vue' @@ -44,6 +45,7 @@ export default function (Vue) { Vue.component('decoration4', decoration4) Vue.component('decoration5', decoration5) Vue.component('decoration6', decoration6) + Vue.component('decoration7', decoration7) Vue.component('loading', loading) Vue.component('capsuleChart', capsuleChart)