0.1.12 • Published 2 years ago

iteach-icreate-tk v0.1.12

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

iteach-icreate-tk

使用方式

  1. 安装依赖,页面使用
<template>
  <div id="app">
    <el-button type="primary" @click="dialogVisible = true">显示</el-button>
    <el-dialog
      title="提示"
      :visible.sync="dialogVisible"
      :fullscreen="true"
    >
      <div>
        <IcreateQuestion @cancel="cancelCb" @catch="catchCb" @save="saveCb"></IcreateQuestion>
      </div>
    </el-dialog>
  </div>
</template>

<script>
import IcreateQuestion from "iteach-icreate-tk";
import "iteach-icreate-tk/dist/IcreateQuestion.css";
export default {
  name: "Home",
  components: {
    IcreateQuestion,
  },
  data() {
    return {
      dialogVisible: false,
    };
  },
  methods: {},
};
</script>
  1. 下载公式支持 公式支持包

  2. 压缩解压包 将解压得到的文件夹,放到TinyMCE主目录下的plugins文件夹内。 将解压得到的文件夹,静态资源根路径 public/js/plugins/ketyformula-editor。

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago