Skip to content

display textarea text (用法v-textarea=“text”和v-html 的用法一样,不同的是它是显示textarea的内容)

Notifications You must be signed in to change notification settings

bingitbin/vue-textarea-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-textarea-text

display textarea text (用法v-textarea=“text”和v-html 的用法一样,不同的是它是显示textarea的内容)

用法

<textarea v-model="msg" ></textarea>

<div v-textarea="msg">
</div>

About

display textarea text (用法v-textarea=“text”和v-html 的用法一样,不同的是它是显示textarea的内容)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published