2.3.3 • Published 8 years ago

vue-s-markdown v2.3.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

vue-markdown

a simple component of markdown edit for vue


Useage

npm install vue-s-markdown

eg:

<template>
  <div>
    <Markdown :content.sync="content"></Markdown>
  </div>
</template>

<script>
import Markdown from 'vue-s-markdown/src/markdown/index'
export default {
  components: {
    Markdown
  },
  data () {
    return {
      content: ''
    }
  }
}
</script>
2.3.3

8 years ago

2.3.2

8 years ago

2.3.1

8 years ago

2.2.1

8 years ago

2.1.1

8 years ago

1.1.1

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago