diff --git a/v1/zh-cn/getting-started.md b/v1/zh-cn/getting-started.md
index 6c42301..269958e 100644
--- a/v1/zh-cn/getting-started.md
+++ b/v1/zh-cn/getting-started.md
@@ -321,6 +321,7 @@ import { Router, Route } from 'dva/router';
 import React from 'react';
 import styles from './index.less';
 import key from 'keymaster';
+import './index.html';
 
 const app = dva();