摘要:
1.修改webpac.base.conf.js文件 与module同一级添加 externals: { 'AMap': 'AMap', 'AMapUI': 'AMapUI' }配置。 然后在index页面引入文件 <script type="text/javascript" src="http:// 阅读全文
摘要:
Js获取当前日期时间及其它操作 var myDate = new Date(); myDate.getYear(); //获取当前年份(2位) myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11,0代表1月) myDate.getDate(); ... 阅读全文
摘要:
# 使用vux及vuex-i18n需要做的工作 ### 1.首先需要安装vux ### 2.需要安装vux-loader ### 3.需要安装vuex ### 4.需要安装vuex-i18n ### 5.需要进行安装less-loader(需要注意,因为容易被忘记) ### 6.需要在配置文件的we 阅读全文
摘要:
{{item.name}},价格:¥{{item.price}} 阅读全文