| 12 |
- /*! NutUI v1.2.2 Tue May 15 2018 17:51:06 GMT+0800 (中国标准时间) */
- webpackJsonpnutui([72],{1069:function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("nut-demoheader",{attrs:{name:e.$route.name}}),e._v(" "),n("br"),e._v(" "),n("div",[n("nut-price",{attrs:{price:10010,needSymbol:!1,thousands:!0}})],1),e._v(" "),n("br"),e._v(" "),n("div",[n("nut-price",{attrs:{price:10010.01,needSymbol:!0,thousands:!1}})],1),e._v(" "),n("br"),e._v(" "),n("div",[n("nut-price",{attrs:{price:15213.122,decimalDigits:3,needSymbol:!0,thousands:!0}})],1)],1)},staticRenderFns:[]}},1163:function(e,t,n){var r=n(971);"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n(3)("6e90e758",r,!0,{})},808:function(e,t,n){function r(e){n(1163)}var i=n(1)(n(899),n(1069),r,null,null);e.exports=i.exports},899:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={data:function(){return{demo1:'<nut-price :price="10010" :needSymbol="false" :thousands="true"></nut-price>',demo2:'<nut-price :price="10010.01" :needSymbol="true" :thousands="false"></nut-price>',demo3:'<nut-price :price="15213.122" :decimalDigits="3" :needSymbol="true" :thousands="true"></nut-price>'}},methods:{}}},971:function(e,t,n){t=e.exports=n(2)(),t.push([e.i,"",""])}});
|