摘要: Title 首页 用户登录 帖子管理 A var routes = [ { path: "/", component: { template: ` ... 阅读全文
posted @ 2018-01-30 22:49 一石数字欠我15w!!! 阅读(299) 评论(0) 推荐(0)
摘要: Title 首页 用户登录 帖子管理 var routes = [ { path: "/", component: { template: ` 首页管理 ... 阅读全文
posted @ 2018-01-30 22:33 一石数字欠我15w!!! 阅读(203) 评论(0) 推荐(0)
摘要: Title 首页 用户管理 帖子管理 var routes = [ { path: "/", component: { template: ` ... 阅读全文
posted @ 2018-01-30 22:20 一石数字欠我15w!!! 阅读(149) 评论(0) 推荐(0)
摘要: Title 首页 关于我们 翠花 王老五 点击漫游信息 var routes = [ { path: "/", component: { templa... 阅读全文
posted @ 2018-01-30 22:05 一石数字欠我15w!!! 阅读(181) 评论(0) 推荐(0)
摘要: Title 首页 关于我们 翠花 王老五 var routes = [ { path:"/", component:{ template:` ... 阅读全文
posted @ 2018-01-30 21:51 一石数字欠我15w!!! 阅读(294) 评论(0) 推荐(0)
摘要: Title 首页 关于我们 翠花 王老五 var routes = [ { path:"/", component:{ template:` ... 阅读全文
posted @ 2018-01-30 21:34 一石数字欠我15w!!! 阅读(389) 评论(0) 推荐(0)
摘要: Title 首页 关于我们 var routes = [ { path:"/", component:{ template:` 首页 ` ... 阅读全文
posted @ 2018-01-30 21:23 一石数字欠我15w!!! 阅读(252) 评论(0) 推荐(0)
摘要: 1、安装和配置 2、entry和output 3、loader 阅读全文
posted @ 2018-01-30 20:57 一石数字欠我15w!!! 阅读(238) 评论(0) 推荐(0)
摘要: 1、npm的安装和更新 2、npm的常用操作 3、npm的常用配置项 4、npm常用命令速查表 阅读全文
posted @ 2018-01-30 20:56 一石数字欠我15w!!! 阅读(247) 评论(0) 推荐(0)
摘要: 目录结构: -lib-vue.js -lib-vue-router.js -js-main.js -index.html 1、安装和基本配置 2、传参以及获取传参 3、子路由 4、手动访问和传参 5、命名视图 6、导航钩子 7、元数据以及路由配置 阅读全文
posted @ 2018-01-30 20:55 一石数字欠我15w!!! 阅读(233) 评论(0) 推荐(0)
摘要: Title 我是你大爷xxxxxxxxxxxx yyyyyyyyyyyy zzzzzzzzzzzz我是你二大爷 默认的头部信息 默认的主体内容 默认的尾部信息... 阅读全文
posted @ 2018-01-30 20:42 一石数字欠我15w!!! 阅读(173) 评论(0) 推荐(0)
摘要: Title #公共的东西写出来,下边直接调用,如果下边写了会被下边的覆盖掉var base = { methods: { show: function () { this.visible = true }, hide: function ()... 阅读全文
posted @ 2018-01-30 20:19 一石数字欠我15w!!! 阅读(1862) 评论(2) 推荐(0)
摘要: Title 点我啊~ this is my first card! this is my first card! this is my first card! this is my first card! this is my first card! ... 阅读全文
posted @ 2018-01-30 19:35 一石数字欠我15w!!! 阅读(193) 评论(0) 推荐(0)
摘要: Title 点我啊~ this is my first card! this is my first card! this is my first card! this is my first card! this is my first card! ... 阅读全文
posted @ 2018-01-30 19:23 一石数字欠我15w!!! 阅读(170) 评论(0) 推荐(0)
摘要: Title {{ length | mater("m") }} {{ price | currency("usd") }} Vue.filter("currency", function (val, unit) { val = val || 0; ... 阅读全文
posted @ 2018-01-30 18:52 一石数字欠我15w!!! 阅读(124) 评论(0) 推荐(0)
摘要: Title 学科 分数 物理 数学 英语... 阅读全文
posted @ 2018-01-30 17:44 一石数字欠我15w!!! 阅读(232) 评论(0) 推荐(0)
摘要: Title --> 赞{{like_count}}--> --> Vue.component("like",{ template:` 赞{{like_count}} `, // template:"#like-compoent-top", data:function () ... 阅读全文
posted @ 2018-01-30 17:43 一石数字欠我15w!!! 阅读(183) 评论(0) 推荐(0)
摘要: Title Vue.component("user",{ template:'@{{username}}', props:["username"], methods:{ } } ) new Vue({ el:"#app" }) 阅读全文
posted @ 2018-01-30 17:42 一石数字欠我15w!!! 阅读(183) 评论(0) 推荐(0)
摘要: Title Vue.component("balance",{ template:` 您的余额是:$9999999! `, methods:{ show_balance:function ()... 阅读全文
posted @ 2018-01-30 17:41 一石数字欠我15w!!! 阅读(131) 评论(0) 推荐(0)
摘要: Title var Event = new Vue(); //时间调度去,两个组件之间通信应该有一个中间人 Vue.component("huahua",{ template:` 我说: `, methods:{ on_change:function () {... 阅读全文
posted @ 2018-01-30 17:40 一石数字欠我15w!!! 阅读(353) 评论(0) 推荐(0)