测试代码片高亮富文本app端


<template>
  <div class="Children">
    <el-dialog
      width="30%"
      top="15%"
      title="Children(子组件)"
      :visible.sync="off"
      :modal-append-to-body="false"
      :append-to-body="false"
    >
      <el-input v-model="input" placeholder="请输入内容"></el-input>
      <span slot="footer" class="dialog-footer">
        <el-button @click="Submit(0)">取 消</el-button>
        <el-button type="primary" @click="Submit(1)">提 交</el-button>
      </span>
    </el-dialog>
  </div>

yum install make cmake gcc gcc-c++
event指令与事件模型有关,配置处理连接有关信息
events {
    worker_connections  1024;
发布了29 篇原创文章 · 获赞 144 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_39050931/article/details/101346075