Skip to content
View Fennwoodble's full-sized avatar

Block or report Fennwoodble

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Fennwoodble/README.MD

vue-editor

Editor for Vue2.0 , Base on wangEditor v2.x

notice

I don't suggest you use wangeditor v3.0 in your production now
because it's not very stable, such as the user interface, the upload image and so on.
choose wangeditor v2.0 first, if you do not want to trouble 

install

npm

npm install tt-vue-editor

yarn

yarn add tt-vue-editor

how to use

template

<v-editor
:content="content"
:path="path"
v-model="result"></v-editor>

script

import Editor from 'tt-vue-editor'
export default {
    data() {
        return {
            // input content to editor
            content: 'base on wangeditor',
            // output content from editor
            result: '',
            // set image upload api url
            path: '/api/v1/help/upload/wangEditorH5File'
        }
    },
    methods: {
        submit() {
            console.log(this.result)
        }
    },
    components: {
        'v-editor': Editor
    }
}

remark

check the demo or create a issues

Pinned Loading

  1. betweenx3 betweenx3 Public

    this is a tool to help you to handle the push or pop between Viewcontrollers with your specified URL

    JavaScript

  2. escalable escalable Public

    SCR caches checkpoint data in storage on the compute nodes of a Linux cluster to provide a fast, scalable checkpoint / restart capability…

    Makefile

  3. Fennwoodble Fennwoodble Public

    Vue

  4. timedre timedre Public

    [CVPR 2025] Sparse Voxels Rasterization: Real-time High-fidelity Radiance Field Rendering