随笔分类 -  Vue.js

摘要:@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Scripts/jquery 阅读全文
posted @ 2017-04-30 19:41 ZHANGKAIXUAN 阅读(564) 评论(0) 推荐(0)
摘要:前几天用vue-resource调用接口,用post方式给后端,发现后端php接受不到数据,这好奇怪,最后发现提交给后端的时候 需要加一个参数 就是:emulateJSON : true 这句话的意思是 将request body以application/x-www-form-urlencoded 阅读全文
posted @ 2017-04-30 19:24 ZHANGKAIXUAN 阅读(4210) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>学生列表</title> <script src="https://cdn.bootcss.com/vue/2.4.2/vue.min.js"></script> <style ty 阅读全文
posted @ 2017-04-30 19:07 ZHANGKAIXUAN 阅读(1168) 评论(1) 推荐(0)
摘要:参考手册 示例:www.51siyuan.cn/161.html 阅读全文
posted @ 2017-03-31 16:08 ZHANGKAIXUAN 阅读(281) 评论(0) 推荐(0)