Vue 监听鼠标左键 鼠标右键以及鼠标中键修饰符click.left&contextmenu&click.middle

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 4208 ] 次

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="title">{{title}}<...

阅读全文>>


Key Code对照表

  作者: thtomatic  分类: 阅读资料   评论: [ 0 ] 条  浏览: [ 4118 ] 次

字母和数字键的键码值(keyCode)
按键 键码 按键 键码 按键 键码 按键 键码
A 65 J ...

阅读全文>>


Vue 监听键盘,键盘修饰符keyup

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 971 ] 次

代码:


<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="title">{{title}}<...


阅读全文>>


Vue 修饰符once的方法使用

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 1645 ] 次

once:只执行一次

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="title"&g...

阅读全文>>


Vue STOP&SELF方法使用

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 1077 ] 次

stop属性:停止冒泡只执行到此处

self:只执行当前

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    &l...

阅读全文>>


卸载阿里云盾

  作者: thtomatic  分类: 服务安装   评论: [ 0 ] 条  浏览: [ 1237 ] 次

卸载阿里云盾监控
wget http://update.aegis.aliyun.com/download/uninstall.sh
sh uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
sh quartz_uninstall.sh
删除目录残留
pkill aliyun-ser...

阅读全文>>


Vue 时间修饰符之使用$event和prevent修饰符操作表单

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 833 ] 次

具体要看效果视频 用文字不好理解

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="tit...

阅读全文>>


Vue 事件的基本使用与语法差异

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 677 ] 次

"v-on:"可以简写为"@"

"click"单击

"dblclick"双加

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js">&...

阅读全文>>


Vue 变异方法filter和正则RegExp对评论进行搜索

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 951 ] 次

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="title">{{title}}<...

阅读全文>>


Vue 变异方法sort&reverse对评论进行排序

  作者: thtomatic  分类: Vue   评论: [ 0 ] 条  浏览: [ 857 ] 次

代码:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script src="vue.js"></script>
    <title id="title">{{title}}<...

阅读全文>>


    19.38ms