File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @kangc/v-md-editor" ,
3- "version" : " 1.7.3 " ,
3+ "version" : " 1.7.4 " ,
44 "description" : " A markdown editor built on Vue" ,
55 "keywords" : [
66 " javascript" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
55// font css
66import '@/assets/css/font' ;
77
8- const version = '1.7.3 ' ;
8+ const version = '1.7.4 ' ;
99
1010const install = ( Vue ) => {
1111 Vue . component ( Component . name , Component ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
55// font css
66import '@/assets/css/font' ;
77
8- const version = '1.7.3 ' ;
8+ const version = '1.7.4 ' ;
99
1010const install = ( Vue ) => {
1111 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';
33// font css
44import '@/assets/css/font' ;
55
6- const version = '1.7.3 ' ;
6+ const version = '1.7.4 ' ;
77
88const install = ( Vue ) => {
99 Vue . component ( Component . name , Component ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Lang from '@/lang/';
55// font css
66import '@/assets/css/font' ;
77
8- const version = '1.7.3 ' ;
8+ const version = '1.7.4 ' ;
99
1010const install = ( Vue ) => {
1111 Vue . component ( Component . name , Component ) ;
You can’t perform that action at this time.
0 commit comments