摘要: 之前一起用node.js搭建环境,今天突然vue create项目卡壳不动,但只想练小demo,找半天没找到空环境搭建方法 后来在另一网友帮助下,找到答案 这里没有使用new Vue ,使用了 mainDiv.mount("#wrapper") 进行挂载 <!DOCTYPE html> <html 阅读全文
posted @ 2021-02-27 21:19 lutoux 阅读(916) 评论(0) 推荐(0)
摘要: 主要依靠一个js文件 ,引入到content页面 $(function () { $.get("header.html",function (data) { $("#header").html(data); }); $.get("footer.html",function (data) { $("# 阅读全文
posted @ 2021-02-27 19:17 lutoux 阅读(1004) 评论(0) 推荐(0)