随笔分类 -  vue

摘要:v-show不能在<template>上使用 因为v-show本质上是对dom的disblay样式做修改 <button v-on:click="warn('Form cannot be submitted yet.', $event)">Submit</button> // ... methods 阅读全文
posted @ 2020-11-15 23:16 飞行者二鸭 阅读(72) 评论(0) 推荐(0)
摘要:1. vue add style-resources-loader 2. const path = require("path");//这一段需要自行添加 module.exports = { pluginOptions: { 'style-resources-loader': { preProce 阅读全文
posted @ 2020-06-08 22:34 飞行者二鸭 阅读(315) 评论(0) 推荐(0)
摘要:在标签中的router-view不会被销毁 activated(){ console.log('来了'); }, deactivated(){ console.log('走了'); } 在better-scroll中 如何走了。有时没有记录到目前滚动到位置 scroll有一个属性y可以记录当前滚动到 阅读全文
posted @ 2019-08-18 09:46 飞行者二鸭 阅读(321) 评论(0) 推荐(0)