edge-blade / vue-materials

Vue 2.0 and Materialize.css Components
MIT License
2 stars 0 forks source link

Text-Area defaults with <slot></slot> as contents #1

Closed edge-blade closed 7 years ago

edge-blade commented 7 years ago

When rendering a m-text-area component, the slot is written into the textarea instead of functioning as a slot for the text-area.

edge-blade commented 7 years ago

Instead of using slot, bind to value instead to setup a text-area content