Remove plugins
This commit is contained in:
parent
bbb540ce82
commit
8210a19dd3
10 changed files with 102 additions and 94 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||
<link rel="stylesheet" href="/themes/vue.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
<script src="//unpkg.com/docsify/lib/docsify.pack.min.js"></script>
|
||||
<script src="/lib/docsify.pack.min.js" data-repo="qingwei-li/docsify"></script>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -25,5 +25,11 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
|
|||
</html>
|
||||
```
|
||||
|
||||
```javascript
|
||||
import Vue from 'vue'
|
||||
|
||||
Vue.use(ElementUI)
|
||||
```
|
||||
|
||||
## License
|
||||
MIT
|
||||
|
|
|
|||
1
docs/lib
Symbolic link
1
docs/lib
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../lib
|
||||
1
docs/themes
Symbolic link
1
docs/themes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../themes
|
||||
Loading…
Add table
Add a link
Reference in a new issue