- 昵称:51助手
- 博龄:6年6个月7天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
vue3路由安装配置
摘要:路由在安装脚首架时已经安装好了路由说明这里的参数很重要,仔细看完后,在使用的时候对于我们来讲是非常有意义的。createWebHashHistory(process.env. BASE_URL)hash 路由createWebHistoryhistory 路由createMemoryHistory带缓存 history
Component name
摘要:根目录下vue.config.js lintOnSave: false, //关闭eslint检查
notepad++ vue语法
摘要:找到你编辑器安装目录下的langs.xml文件D:\notepad++.8.4\langs.xml把vue扩展名增加到html里去,简单处理。<Language name="html" ext="html htm shtml shtm xhtml xht hta vue"K
鸿蒙字体下载免费商用
摘要:免费商用,好看链接: https://pan.baidu.com/s/1p5Tf_GGhyxmLN01gG2cveg?pwd=jqc2 提取码: jqc2
jquery 实现复制粘帖
摘要:复制对象须是可以选择的表单元素<input class='bp_yp_pass' value='123'> <script type="text/javascript"> var copy
vue-sku-form
摘要:组件https://hooray.github.io/vue-sku-form/guide/ 另外一个比较简单 的<!DOCTYPE html> <html> <head> <meta char
tp6跨域添加请求头参数sign
摘要:文件位置:/vendor/topthink/framework/src/think/middleware/AllowCrossDomain.php添加sign参数
tp6多应用路由设置了无效
摘要:例在index 注册路由app/index/route/app.phpRoute::get('index', 'index/index');如果在,注册的路由是有效的/route/app.phpRoute::get('index', 'index/index');解决办法在,绑定对应域