文字修改。
This commit is contained in:
@@ -7,12 +7,17 @@ npm install
|
|||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
```
|
```
|
||||||
npm run serve
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
```
|
```
|
||||||
npm run build
|
npm run dist
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compiles and minifies for production
|
||||||
|
```
|
||||||
|
npm run deploy -- -H 待部署主机的IP或域名 -r 待部署主机上的路径 -u 用户名 -p 密码
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run your tests
|
### Run your tests
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ export default {
|
|||||||
],
|
],
|
||||||
itemList: [
|
itemList: [
|
||||||
{
|
{
|
||||||
height: '1',
|
height: 'loading',
|
||||||
timestamp: '2011-11-20',
|
timestamp: 'loading',
|
||||||
type: '0',
|
type: 'loading',
|
||||||
hash: 'null',
|
hash: 'loading',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
fetching: false,
|
fetching: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user