surmon-china / vue-codemirror

@codemirror code editor component for @vuejs
https://github.surmon.me/vue-codemirror
MIT License
3.28k stars 382 forks source link

Placeholder addition #58

Closed fungl164 closed 6 years ago

fungl164 commented 6 years ago

Hi,

It would be nice to add a placeholder prop to the text-area in codemirror.vue as such

<textarea ref="textarea" :placeholder="placeholder" v-else></textarea>
...
props: {
  placeholder: String,
...

Many thnxs!

surmon-china commented 6 years ago

I will add it in v4.0.3

surmon-china commented 6 years ago

Update to v4.0.3 please.