1.0.1 • Published 7 years ago

xen-brace v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Brace

Brace editor for X-en MCP. Added v-model and @change. Forked from https://github.com/vue-bulma/brace

Installation

$ npm install vue-bulma-brace --save

Examples

<template>
  <div>
    <brace style="height: 500px" 
      :fontsize="'12px'" 
      :theme="'github'" 
      :mode="'json'"
      :codefolding="'markbegin'"
      :softwrap="'free'"
      :selectionstyle="'text'"
      :highlightline="true"
      v-model="mydata"
      @change="somefunction">
    </brace>
  </div>
</template>

<script>
import Brace from 'vue-bulma-brace'

export default {
  components: {
    Brace
  }
}
</script>

Badges

npm.io npm.io


1.0.1

7 years ago

1.0.0

7 years ago