測試代碼片高亮富文本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;

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章