From 70985aefa520bbdc6a0373aebbaeb01970878957 Mon Sep 17 00:00:00 2001 From: zhangciwu Date: Mon, 20 Apr 2020 18:46:28 +0800 Subject: [PATCH] docs: remove css tags --- docs/guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index be625e5..78a0c6f 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -68,7 +68,6 @@ At first, let's initialize a simplest DPlayer Load DPlayer files ```html -
``` @@ -76,7 +75,6 @@ Load DPlayer files Or work with module bundler: ```js -import 'dplayer/dist/DPlayer.min.css'; import DPlayer from 'dplayer'; const dp = new DPlayer(options);