🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-xeditable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-xeditable

Vue Editable Component, base on X-Editable

1.1.2
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vue-xeditable

GitHub license

Vue Editable Component, base on X-Editable

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
  },
  data: {
    value1: 'value'
  }
})

<editable v-model='value1'></editable>

Base

Credit by X-editable.

Support Types

text, textarea, number, text, wysihtml5, lots else.

WYSIHTML5

If you want to use wysihtml5 feature, you should add these code:

  <script src="https://cdn.bootcss.com/x-editable/1.5.0/inputs-ext/wysihtml5/bootstrap-wysihtml5-0.0.2/wysihtml5-0.3.0.min.js"></script>
  <script src="https://cdn.bootcss.com/x-editable/1.5.1/inputs-ext/wysihtml5/bootstrap-wysihtml5-0.0.2/bootstrap-wysihtml5-0.0.2.min.js"></script>
  <script src="https://cdn.bootcss.com/x-editable/1.5.0/inputs-ext/wysihtml5/wysihtml5.js"></script>

FAQs

Package last updated on 08 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts