指令的简单应用
摘要:一:写个指令可以调转路由 1.pageLink.js: export default { install (Vue) { // 一个指令定义对象可以提供如下几个钩子函数(bind,inserted,update,componentUpdated,unbind) Vue.directive('link
阅读全文
js实现弹框的拖动效果
摘要:效果如下: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> body{position:relative;} *{padding:0;margin:0;} .dialog{width:400px;height
阅读全文