Vue(Web)
KirogiYi
你的价值不是别人决定的,而是在夜深人静的时候,扪心自问,你活着的价值是什么?
展开
-
Vue兼容360、ie浏览器
一、关于babel-polyfill1、说明:This will emulate a full ES2015+ environment and is intended to be used in an application rather than a library/tool. This polyfill is automatically loaded when using babel-no...原创 2018-07-18 01:16:40 · 4666 阅读 · 4 评论 -
Vue iframe传参
一、Main Page1、created()中添加事件监测(从子页面发送过来的消息)window.addEventListener('message', this.iframeEvent)2、mounte()中获取id名为iframe的对象:this.iframe = this.$refs.iframethis.iframeWindow = this.iframe.con...原创 2019-05-19 17:45:02 · 5285 阅读 · 0 评论 -
Vue 蒙版Demo
<template> <transition name="fade" mode="out-in"> <section class="messageMask" v-show="visible" @click="writeMessageFun($event)"> <div id="msk" class="mes...原创 2019-06-24 18:05:52 · 1946 阅读 · 0 评论