摘要:
作者:beetlebum链接:https://www.jianshu.com/p/259d35eef3f1 阅读全文
摘要:
直接再计算属性中得到想要的data属性: 比如获取不到 this.$route.path,可以使用以下方法: computed:{ getCurrentPath: function (){ return '/project' + this.$route.path } 阅读全文
摘要:
getIdentifier(String name, String defType, String defPackage ) name:表示资源文件的名称(不带后缀名),不可以为空, defType:资源文件所在的文件夹:drawable,mipmap… defPackage:包名,context. 阅读全文
摘要:
转载 郭霖Android应用图标微技巧,8.0系统中应用图标的适配 阅读全文