2018-6-22
This commit is contained in:
parent
bf1aee3513
commit
0e915c7aed
@ -76,10 +76,10 @@ document.write(require("./content.js"));
|
||||
```xml
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="bundle.js"></script>
|
||||
<script src="bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
@ -97,7 +97,7 @@ $ npm install css-loader style-loader --save-dev
|
||||

|
||||
```css
|
||||
body {
|
||||
background-color : #ccc;
|
||||
background-color : #ccc;
|
||||
}
|
||||
```
|
||||
修改entry.js文件 , 引入这个css文件
|
||||
|
||||
@ -25,8 +25,7 @@
|
||||
<section class="tools-section tools-section-all" v-show="innerArchive">
|
||||
<div class="search-wrap">
|
||||
<input class="search-ipt" v-model="search" type="text" placeholder="<%=__('search') %>…">
|
||||
<i class="icon-search icon" v-show="!search"></i>
|
||||
<i class="icon-close icon" v-show="search" @click="clearChose"></i>
|
||||
<i class="icon" :class="search?'icon-close':'icon-search'" @click="clearChose"></i>
|
||||
</div>
|
||||
<div class="widget tagcloud search-tag">
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user