4.1.1 • Published 9 months ago
@bbob/vue2 v4.1.1
@bbob/vue2
Converts @bbob/parser AST tree to Vue 2
npm i @bbob/vue2 @bbob/preset-vue
import Vue from 'vue'
import VueBbob from '@bbob/vue2';
Vue.use(VueBbob);
<template>
<div class="vue2">
<h2>Generated vue2 here</h2>
<bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode>
</div>
</template>
<script>
import Vue from 'vue'
import preset from '@bbob/preset-vue'
export default Vue.extend({
name: 'App',
data() {
return {
bbcode: 'Text [b]bolded[/b] and [i]Some Name[/i]',
plugins: [
preset()
],
}
}
})
</script>
0.0.0-alpha.2fd424b
9 months ago
0.0.0-alpha.031fb83
9 months ago
0.0.0-alpha.ede7040
9 months ago
0.0.0-alpha.81c9c93
9 months ago
0.0.0-alpha.222be49
9 months ago
0.0.0-alpha.103b219
9 months ago
0.0.0-alpha.cad4675
9 months ago
0.0.0-alpha.c0b8a72
9 months ago
0.0.0-alpha.5090a84
9 months ago
0.0.0-alpha.9a24203
12 months ago
0.0.0-alpha.626820c
12 months ago
0.0.0-alpha.4a7856d
1 year ago
0.0.0-alpha.913cf38
12 months ago
4.1.0
11 months ago
4.0.1
1 year ago
4.0.0
1 year ago
4.0.3
12 months ago
4.1.1
11 months ago
4.0.2
12 months ago
0.0.0-alpha.9f6dc1f
1 year ago
0.0.0-alpha.a733494
1 year ago
0.0.0-alpha.8b57a48
1 year ago
3.0.2
2 years ago
3.0.0
2 years ago
2.9.0
2 years ago
2.8.3
3 years ago
2.8.2
3 years ago
2.8.1
3 years ago
2.8.0
4 years ago
2.7.1
4 years ago
2.7.0
4 years ago