摘要: 1、自定义插件vue-demoPlugin.js (function (window) { const DemoPlugin = {} DemoPlugin.install = function (Vue, options) { // 1. 添加全局方法或属性 Vue.demoGlobalMetho 阅读全文
posted @ 2020-03-14 17:36 牛牛的自留地 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1、案例1 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>自定义全局和局部指令</title> </head> <body> <di 阅读全文
posted @ 2020-03-14 15:02 牛牛的自留地 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、案例1 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ref指令</title> </head> <body> <div id= 阅读全文
posted @ 2020-03-14 13:28 牛牛的自留地 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 1、案例1 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>表达式闪现问题</title> <style> /* Vue在解释表达式前 阅读全文
posted @ 2020-03-14 13:22 牛牛的自留地 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1、案例1 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>过滤器</title> </head> <body> <div id="a 阅读全文
posted @ 2020-03-14 12:45 牛牛的自留地 阅读(96) 评论(0) 推荐(0) 编辑