(window.webpackJsonp=window.webpackJsonp||[]).push([[48],{1432:function(t,n,s){"use strict";s.r(n);var i=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",[[s("demo-box",{attrs:{jsfiddle:{html:'\n Open the notification box\n',script:"\n export default {\n methods: {\n openNotification() {\n this.$notification.open({\n message: 'Notification Title',\n description:\n 'This is the content of the notification. This is the content of the notification. This is the content of the notification.',\n onClick: () => {\n console.log('Notification Clicked!');\n },\n });\n },\n },\n };\n",style:null,us:"\n#### Basic\nThe simplest usage that close the notification box after 4.5s.\n",cn:"\n#### 基本\n最简单的用法,4.5 秒后自动关闭。\n",sourceCode:"\n Open the notification box\n\n