mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
1 line
1.3 KiB
JavaScript
1 line
1.3 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{132:function(t,o,s){"use strict";var n=s(66);s.n(n).a},133:function(t,o,s){(t.exports=s(12)(!1)).push([t.i,".demo-notify .van-button {\n margin-left: 15px;\n}\n",""])},203:function(t,o,s){"use strict";s.r(o);var n={i18n:{"zh-CN":{content:"通知内容",customConfig:"自定义配置",showNotify:"显示消息通知",showCustomNotify:"显示自定义消息通知"},"en-US":{content:"Notify Message",customConfig:"Custom Config",showNotify:"Show Notify",showCustomNotify:"Show Custom Notify"}},methods:{showNotify:function(){this.$notify(this.$t("content"))},showCustomNotify:function(){this.$notify({message:this.$t("content"),duration:1e3,background:"#1989fa"})}}},i=(s(132),s(7)),e=Object(i.a)(n,function(){var t=this.$createElement,o=this._self._c||t;return o("demo-section",[o("demo-block",{attrs:{title:this.$t("basicUsage")}},[o("van-button",{attrs:{text:this.$t("showNotify")},on:{click:this.showNotify}})],1),o("demo-block",{attrs:{title:this.$t("customConfig")}},[o("van-button",{attrs:{text:this.$t("showCustomNotify")},on:{click:this.showCustomNotify}})],1)],1)},[],!1,null,null,null);o.default=e.exports},66:function(t,o,s){var n=s(133);"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};s(13)(n,i);n.locals&&(t.exports=n.locals)}}]); |