mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
1 line
2.1 KiB
JavaScript
1 line
2.1 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{166:function(e,t,c){"use strict";var o=c(83);c.n(o).a},167:function(e,t,c){(e.exports=c(12)(!1)).push([e.i,".demo-switch .van-switch {\n margin: 0 15px;\n}\n",""])},269:function(e,t,c){"use strict";c.r(t);var o={i18n:{"zh-CN":{title:"提醒",message:"是否切换开关?",customSize:"自定义大小",customColor:"自定义颜色",asyncControl:"异步控制"},"en-US":{title:"Confirm",message:"Are you sure to toggle switch?",customSize:"Custom Size",customColor:"Custom Color",asyncControl:"Async Control"}},data:function(){return{checked:!0,checked2:!0,checked3:!0,checked4:!0}},methods:{onInput:function(e){var t=this;this.$dialog.confirm({title:this.$t("title"),message:this.$t("message")}).then(function(){t.checked4=e})}}},s=(c(166),c(7)),n=Object(s.a)(o,function(){var e=this,t=e.$createElement,c=e._self._c||t;return c("demo-section",[c("demo-block",{attrs:{title:e.$t("basicUsage")}},[c("van-switch",{model:{value:e.checked,callback:function(t){e.checked=t},expression:"checked"}})],1),c("demo-block",{attrs:{title:e.$t("disabled")}},[c("van-switch",{attrs:{disabled:""},model:{value:e.checked,callback:function(t){e.checked=t},expression:"checked"}})],1),c("demo-block",{attrs:{title:e.$t("loadingStatus")}},[c("van-switch",{attrs:{loading:""},model:{value:e.checked,callback:function(t){e.checked=t},expression:"checked"}})],1),c("demo-block",{attrs:{title:e.$t("customSize")}},[c("van-switch",{attrs:{size:"24px"},model:{value:e.checked2,callback:function(t){e.checked2=t},expression:"checked2"}})],1),c("demo-block",{attrs:{title:e.$t("customColor")}},[c("van-switch",{attrs:{"active-color":"#07c160","inactive-color":"#f44"},model:{value:e.checked3,callback:function(t){e.checked3=t},expression:"checked3"}})],1),c("demo-block",{attrs:{title:e.$t("asyncControl")}},[c("van-switch",{attrs:{value:e.checked4},on:{input:e.onInput}})],1)],1)},[],!1,null,null,null);t.default=n.exports},83:function(e,t,c){var o=c(167);"string"==typeof o&&(o=[[e.i,o,""]]);var s={hmr:!0,transform:void 0,insertInto:void 0};c(13)(o,s);o.locals&&(e.exports=o.locals)}}]); |