10 2019 档案

 
指令的简单应用
摘要:一:写个指令可以调转路由 1.pageLink.js: export default { install (Vue) { // 一个指令定义对象可以提供如下几个钩子函数(bind,inserted,update,componentUpdated,unbind) Vue.directive('link 阅读全文
posted @ 2019-10-25 10:57 heshujun223 阅读(202) 评论(0) 推荐(0)
js实现弹框的拖动效果
摘要:效果如下: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> body{position:relative;} *{padding:0;margin:0;} .dialog{width:400px;height 阅读全文
posted @ 2019-10-21 17:34 heshujun223 阅读(254) 评论(0) 推荐(0)
js实现分隔条左右拖动
摘要:Demo 左侧 右侧 阅读全文
posted @ 2019-10-15 18:02 heshujun223 阅读(1198) 评论(0) 推荐(0)