Giter VIP home page Giter VIP logo

Comments (7)

surmon-china avatar surmon-china commented on May 31, 2024 3

The problem is solved.

In main.js:

import CmComponent from 'vue-codemirror/codemirror.vue'
Vue.component('codemirror', CmComponent)

In the component:

<codemirror :options="editorOptions"></codemirror>

Enjoy your work!

from vue-codemirror.

surmon-china avatar surmon-china commented on May 31, 2024

Can you give your repository address? I will test this issues.
@raultrysw

from vue-codemirror.

raultrysw avatar raultrysw commented on May 31, 2024

The repository is there: Repository
For reproduce the problem you have to run npm run dev, after a while, you will see opening a frameless window and the console (if it not goes press ctrl-shift-I) and you will see the error.

Thanks and sorry for the inconvinience,

from vue-codemirror.

raultrysw avatar raultrysw commented on May 31, 2024

Thanks to you and thanks to your work =)

from vue-codemirror.

gj1118 avatar gj1118 commented on May 31, 2024

Hi,
I am getting the same error message, however, if I do what you have suggested above, I get the following error

Module not found: Error: Can't resolve 'vue-codemirror/codemirror.vue' in '/Users/user/sandbox/mySandbox/amazed/my-project/src/renderer'

Can you please help me out with this? Please note that I have the same environment and the same conditions as @raultrysw.

Thanks
Gagan

from vue-codemirror.

dope avatar dope commented on May 31, 2024

@gj1118 I believe the path got updated, it works if you do this.
import CmComponent from 'vue-codemirror/src/codemirror.vue'

from vue-codemirror.

gj1118 avatar gj1118 commented on May 31, 2024

@dope thank you, sir, for taking time out to answer my question. However, doing that I get the error below

image

In my main.js I am doing

import CmComponent from 'vue-codemirror/codemirror.vue'
Vue.component('codemirror', CmComponent)

and in my component I am just doing

<codemirror :options="editorOptions"></codemirror>

Please help.

Thanks

from vue-codemirror.

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.