父传子: 父组件: 1 import React from 'react'; 2 import './App.css'; 3 //引入子组件 4 import Nav from "./components/Nav"; 5 export default class App extends React. ...
分类:
其他好文 时间:
2020-07-14 00:51:42
阅读次数:
61
<template> <div> #[[$END$]]# </div> </template> <script scoped> export default { name: "${COMPONENT_NAME}", props: { }, components: {}, computed: {}, ...
分类:
其他好文 时间:
2020-07-13 11:52:12
阅读次数:
113
1、项目初始化配置 styled-components让css项目互相不干扰 cnpm i styled-components 使用方法 import { createGlobalStyle } from 'styled-components'; export const Globalstyle = ...
分类:
其他好文 时间:
2020-07-12 16:59:38
阅读次数:
73
给路径起别名 在根目录添加vue.config.js文件 module.exports = { configureWebpack: { resolve: { alias: { 'assets': '@/assets', 'common': '@/common', 'components': '@/c ...
分类:
Web程序 时间:
2020-07-10 21:24:14
阅读次数:
118
components 组件目录 pages 页面目录 static 静态资源 unpackage 打包项目 App.vue 全局文件 main.js 项目的入口文件 manifest.json 项目运行发布配置 pages.json 页面配置文件(启动页配置等) uni.scss 常量样式 http ...
分类:
移动开发 时间:
2020-07-10 15:13:42
阅读次数:
265
写在App.vue中,所有页面共享此方法 export default { name: "app", components: {}, created() { // 页面每次刷新加载时候都会去读取sessionStorage里面的vuex状态if (sessionStorage.getItem("st ...
分类:
其他好文 时间:
2020-07-10 09:50:16
阅读次数:
87
SpringBoot+Vue实现前后端分离 vue前台目录结构: APP.vue <template> <div id="app"> <Login></Login> </div> </template> <script> import Login from './components/Login' ...
分类:
编程语言 时间:
2020-07-08 16:58:58
阅读次数:
86
uView UI,是uniapp生态最优秀的UI框架 官网:https://www.uviewui.com/components/intro.html 多平台快速开发的UI框架 ##体验 介绍 来由 uni-app2018年初发布以来,一直蓬勃发展,一派欣欣向荣,社区也是人声鼎沸,众望所归。 因此, ...
分类:
移动开发 时间:
2020-07-08 15:42:49
阅读次数:
638
Agent的配置文件最好根据Flume的拓扑架构,依次写好每个节点的配置文件; 一.Agent 开头都是先要定义agent,sorce,channel,sink名 # Name the components on this agent( 描述这个Agent,给各个组件取名字) a1.sources ...
分类:
Web程序 时间:
2020-07-06 01:18:20
阅读次数:
133
先修改用户退出,中午有点困先改简单的 退出代码在src\layout\components\Navbar.vue代码如下,讲流程这里不需要修改 methods: { toggleSideBar() { this.$store.dispatch('app/toggleSideBar') }, asyn ...
分类:
其他好文 时间:
2020-07-05 13:51:48
阅读次数:
96