1.4.1 • Published 5 years ago

fjrial-vue-xeditable v1.4.1

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

vue-xeditable

Some minor fixes

Forked from: npm.io GitHub license

Better editable element in Vue

Example

DEMO PAGE

Use Setup

install vue-editable

npm install vue-xeditable --save

Vue mount

import Editable from './Editable.vue'

new Vue({
  el: '#app',
  components: {
    'editable': Editable
  }
})


<editable value.sync='Do not go gentle into that good night'></editable>

Editable with Request

<editable value='resource_title' url='resource_url' attr='title' resource='resource_name' method='PUT'></editable>

if you finish a edit,you will send a request like:

Request URL:[resource_url]
Request Method:PUT

--------
Request Payload
resource:
    title: 'your edit'

Support Types

text, textarea, number, text, quill(rich text editor)

1.4.1

5 years ago

1.4.0

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago