1 line
2.6 KiB
JavaScript
1 line
2.6 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-fb5a0784"],{"0f0f":function(t,e,a){},"5f57":function(t,e,a){"use strict";var i=a("630e"),s=a.n(i);s.a},"630e":function(t,e,a){},d63e:function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"app-container"},[a("el-card",{staticClass:"box-card"},[a("div",{attrs:{slot:"header"},slot:"header"},[a("a",{staticClass:"link-type link-title",attrs:{target:"_blank",href:"https://panjiachen.github.io/vue-element-admin-site/guide/advanced/theme.html"}},[t._v(" "+t._s(t.$t("theme.documentation"))+" ")])]),a("div",{staticClass:"box-item"},[a("span",{staticClass:"field-label"},[t._v(t._s(t.$t("theme.change"))+" : ")]),a("el-switch",{model:{value:t.theme,callback:function(e){t.theme=e},expression:"theme"}}),a("aside",{staticStyle:{"margin-top":"15px"}},[t._v(t._s(t.$t("theme.tips")))])],1)]),a("div",{staticClass:"block"},[a("el-button",{attrs:{type:"primary"}},[t._v(" Primary ")]),a("el-button",{attrs:{type:"success"}},[t._v(" Success ")]),a("el-button",{attrs:{type:"info"}},[t._v(" Info ")]),a("el-button",{attrs:{type:"warning"}},[t._v(" Warning ")]),a("el-button",{attrs:{type:"danger"}},[t._v(" Danger ")])],1),a("div",{staticClass:"block"},[a("el-button",{attrs:{type:"primary",icon:"el-icon-edit"}}),a("el-button",{attrs:{type:"primary",icon:"el-icon-share"}}),a("el-button",{attrs:{type:"primary",icon:"el-icon-delete"}}),a("el-button",{attrs:{type:"primary",icon:"el-icon-search"}},[t._v(" Search ")]),a("el-button",{attrs:{type:"primary"}},[t._v(" Upload "),a("i",{staticClass:"el-icon-upload el-icon-right"})])],1),a("div",{staticClass:"block"},t._l(t.tags,(function(e){return a("el-tag",{key:e.type,staticClass:"tag-item",attrs:{type:e.type}},[t._v(" "+t._s(e.name)+" ")])})),1),a("div",{staticClass:"block"},[a("el-radio-group",{model:{value:t.radio,callback:function(e){t.radio=e},expression:"radio"}},[a("el-radio",{attrs:{label:3}},[t._v(" Option A ")]),a("el-radio",{attrs:{label:6}},[t._v(" Option B ")]),a("el-radio",{attrs:{label:9}},[t._v(" Option C ")])],1)],1),a("div",{staticClass:"block"},[a("el-slider",{model:{value:t.slideValue,callback:function(e){t.slideValue=e},expression:"slideValue"}})],1)],1)},s=[],n=a("ed08"),l=(a("0f0f"),{name:"Theme",data:function(){return{theme:!1,tags:[{name:"Tag One",type:""},{name:"Tag Two",type:"info"},{name:"Tag Three",type:"success"},{name:"Tag Four",type:"warning"},{name:"Tag Five",type:"danger"}],slideValue:50,radio:3}},watch:{theme:function(){Object(n["g"])(document.body,"custom-theme")}}}),o=l,r=(a("5f57"),a("2877")),c=Object(r["a"])(o,i,s,!1,null,"4fe2050c",null);e["default"]=c.exports}}]); |