UNPKG

zview-mobile-editor

Version:

A WYSIWYG text editor base on html5 and vue

4 lines 219 B
<form @submit.prevent="createLink"> <input type="text" :placeholder="$parent.locale['please enter a url']" v-model="url" maxlength="1024"> <button type="submit">{{$parent.locale["create link"]}}</button> </form>