created():在创建vue对象时,当html渲染之前触发;但是注意,全局vue.js不强制刷新或者重启时只创建一次,也就是说,created()只会触发一次; activated():在vue对象存活的情况下,进入当前存在activated()函数的页面时,一进入页面就触发;可用于初始化页面数 ...
分类:
Web程序 时间:
2021-05-24 13:46:34
阅读次数:
0
1.安装插件:compression-webpack-plugin npm i -D compression-webpack-plugin 我用的插件在package.json中的版本如下: "devDependencies": { "compression-webpack-plugin": "^3 ...
分类:
Web程序 时间:
2021-05-24 13:37:41
阅读次数:
0
MVVM vue的生命周期: Mustache语法: ...
分类:
其他好文 时间:
2021-05-24 13:30:49
阅读次数:
0
v-on绑定事件 v-on的用法 v-on的基本使用 v-on参数传递 v-on的修饰符 08_v-on的基本使用.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-C ...
分类:
其他好文 时间:
2021-05-24 13:08:28
阅读次数:
0
<template> <view class="houssel"> <view class="padd23"> <view class="housemsg"> <view class="detail bgwhite"> <view class="PingFangSCBold title">待缴费明细 ...
分类:
移动开发 时间:
2021-05-24 13:04:11
阅读次数:
0
过滤器 用于文本格式化,数组数据的过滤和排序 全局过滤器 Vue.filter('',function(){}) 局部过滤器 new Vue({ el:"#app", filters:{ uppcase(){ } } }) 使用地方 管道符号添加到表达式后面 插值表达式 v-bind表达式 过滤器的 ...
分类:
其他好文 时间:
2021-05-24 13:00:08
阅读次数:
0
1.下载vue-cli3脚手架后,执行npm run serve 正常。执行npm run build 后,打开index.html文件后,console报错,找不到js文件。index.html文件里显示 We're sorry but vue-hello-world-ui-select does ...
分类:
其他好文 时间:
2021-05-24 12:59:50
阅读次数:
0
1. leetcode2道(柱状图中最大矩形 最长连续序列) 2. 学习node.js 3. Vue.nexttick深入学习 4. Vue在created和mounted中发请求的区别 ...
分类:
其他好文 时间:
2021-05-24 12:51:27
阅读次数:
0
hash 和 history的区别 hash 有#,history 没有,Hash式基于锚点,History 模式 基于H5的History API hash 的#部分内容不会传给服务端, history 的所有内容都会给服务端,应用在部署的时候需要注意html的访问,因为无论访问什么/a,/b,/ ...
分类:
其他好文 时间:
2021-05-24 12:23:52
阅读次数:
0
首先需要引用alipayer js和css 页面使用的引用方式不同 <template> <div :id="playerId"style="width:100%; height:100%;"> </div></template> <script> export default { name: 'R ...
分类:
其他好文 时间:
2021-05-24 11:00:02
阅读次数:
0