File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kangc/v-md-editor" ,
3
- "version" : " 1.7.8 " ,
3
+ "version" : " 1.7.9-beta.0 " ,
4
4
"description" : " A markdown editor built on Vue" ,
5
5
"keywords" : [
6
6
" javascript" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
5
5
// font css
6
6
import '@/assets/css/font' ;
7
7
8
- const version = '1.7.8 ' ;
8
+ const version = '1.7.9-beta.0 ' ;
9
9
10
10
const install = ( Vue ) => {
11
11
Vue . component ( Component . name , Component ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
5
5
// font css
6
6
import '@/assets/css/font' ;
7
7
8
- const version = '1.7.8 ' ;
8
+ const version = '1.7.9-beta.0 ' ;
9
9
10
10
const install = ( Vue ) => {
11
11
Vue . component ( Component . name , Component ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Component from './preview-html.vue';
3
3
// font css
4
4
import '@/assets/css/font' ;
5
5
6
- const version = '1.7.8 ' ;
6
+ const version = '1.7.9-beta.0 ' ;
7
7
8
8
const install = ( Vue ) => {
9
9
Vue . component ( Component . name , Component ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
5
5
// font css
6
6
import '@/assets/css/font' ;
7
7
8
- const version = '1.7.8 ' ;
8
+ const version = '1.7.9-beta.0 ' ;
9
9
10
10
const install = ( Vue ) => {
11
11
Vue . component ( Component . name , Component ) ;
You can’t perform that action at this time.
0 commit comments