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 attributes do not work #133

Open ImloserLee opened 3 years ago

ImloserLee commented 3 years ago

vue:2.6.0

component: 4.0.6

<codemirror placeholder="hello"></codemirrir>

the world of 'hello' is not displayed

felipemarcos commented 2 years ago

Don't forget to import the addon:

import "codemirror/addon/display/placeholder.js";