• 2024-06-11Vue3 运行可以,build 打包发布报错
    Vue多环境配置https://www.cnblogs.com/vipsoft/p/16696640.htmlconfig.jsconstconfig={title:'管理系统(开发)',//开发、测试apiUrl:'http://www.vipsoft.com.cn',version:'v1.0.1'}exportdefaultconfigmain.jsimportconfigfrom
  • 2024-05-05tmp
    <template><h2>名字:{{name}}</h2><h2>年龄:{{age}}</h2><button@click="changeName">修改名字</button><button@click="changeAge">修改年龄</button><button@click="showTe
  • 2024-04-05使用bundler自动化构建Xcode项目时遇到的问题。
    报错信息:Multiplecommandsproduce'/Users/wjw/Library/Developer/Xcode/DerivedData/Moments-dgddojujkmrazagmddjvfywoqzwo/Build/Products/Debug-iphonesimulator/Moments.app/Info.plist':Target'Moments'(project'Moments')hascopy
  • 2023-11-29vue Vite3出现错误runtime-core.esm-bundler.js:6835 Uncaught TypeError: normalizeKey is not a function
    原因是在引入Element-Plus的顺序在vue之前导致,重新调整下他们的顺序后,问题解决。importAppfrom'./App.vue'import{setupI18n}from'/@/i18n'import{setupRouter}from'/@/router'import{setupStore}from'/@/store'importbusfrom'/@
  • 2023-06-15Compile Unity jslib in command
    CompileUnityjslibincommand(JinQing’sColumn,May.,2023)MyUnityprojecthasajslibfile,whichhasmanysyntaxerrors.ButUnitydoesnotreportthesejsliberrorslikecsfiles,untiltheWebGLbuildfailswithaerrorlikethis:Failedprocessstd
  • 2023-02-27iOS Cocoapods 版本不同的问题
    在团队开发中,经常会遇到不同的开发人员使用的cocoapods版本不同的问题,导致每次拉取代码后都需要先进行podinstall。解决办法1:团队人员统一使用相同版本的cocoapods
  • 2023-01-14Jekyll安装
    本文来自Jekyll官方文档。简介Jekyll是一个静态网站生成器,它可以把Markdown写就的文本根据指定的布局生成静态网站。你可以调整网站的外观、URL、页面展示数据等信息。
  • 2022-12-07vue i18n _ctx.$t is not a function
     一、问题Uncaught(inpromise)TypeError:_ctx.$tisnotafunctionatSelect.vue:51:95atrenderFnWithContext(runtime-core.esm-bundler.js:852:21)
  • 2022-11-05Vue Need to install with `app.use` function
    UncaughtSyntaxError:Needtoinstallwith`app.use`function(atmessage-compiler.esm-bundler.js:54:19)atcreateCompileError(message-compiler.esm-bundler.j
  • 2022-09-28vue-i18n警告
    vue3引入vue-i18n警告:bundlerbuildofvue-i18n.Itisrecommendedtoconfigureyourbundlertoexplicitlyreplacefeatureflagglobalswithbooleanliteralst
  • 2022-09-02解决报错:vuex.esm-bundler.js?03c9:976 [vuex] unknown mutation type
    记录一个非常让人无语的事情,在使用vuex的时候出现了以下错误vuex.esm-bundler.js?03c9:976[vuex]unknownmutationtype:user/[email protected]?03