Coder Social home page Coder Social logo

引入之后一直转圈 about editor.md HOT 1 CLOSED

tyza66 avatar tyza66 commented on May 23, 2024
引入之后一直转圈

from editor.md.

Comments (1)

tyza66 avatar tyza66 commented on May 23, 2024

解决了,如果和vue一起用的话不要用在生命周期函数created中。我放回了jq加载完毕函数里面了就好了。

<script>
 $(function(){
            this.testEditor = editormd({
                    id      : "editormd",
                    width   : "100%",
                    height  : 640,
                    path    : "../lib/"
                });
        })
        var app = new Vue({
            el: '#app',
            data: {
            },
            created() {
                var that = this
                axios.get("./user/check").then(function (response) {
                    if (response.data.code != 200) {
                        window.location.href = "../";
                    }
                }).catch(function (error) {
                    console.log(error);
                })
            },
            methods: {

            }
        })
</script>

from editor.md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.