切换markdown编辑器为vditor #27

Merged
xiaohai2271 merged 7 commits from refactor-mdEditor into master 2020-10-09 19:33:07 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7d181b71a9 - Show all commits

View File

@@ -38,7 +38,7 @@
"src/styles.less" "src/styles.less"
], ],
"scripts": [ "scripts": [
"./node_modules/jquery/dist/jquery.min.js", "./node_modules/jquery/dist/jquery.min.js"
] ]
}, },
"configurations": { "configurations": {

View File

@@ -8,7 +8,7 @@ import {Tag} from '../../class/Tag';
import {Title} from '@angular/platform-browser'; import {Title} from '@angular/platform-browser';
import {GlobalUserService} from '../../services/global-user.service'; import {GlobalUserService} from '../../services/global-user.service';
import Vditor from 'vditor'; import Vditor from 'vditor';
import {environment} from "../../../environments/environment"; import {environment} from '../../../environments/environment';
@Component({ @Component({
selector: 'view-write', selector: 'view-write',