Commit 0ccbedbf authored by Tang Weizhi's avatar Tang Weizhi Committed by Evan You

Remove unused import. (#189)

parent 67760c51
import ItemList from './ItemList.vue' import ItemList from './ItemList.vue'
import { setTitle } from '../util/title'
const camelize = str => str.charAt(0).toUpperCase() + str.slice(1) const camelize = str => str.charAt(0).toUpperCase() + str.slice(1)
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
</template> </template>
<script> <script>
import { setTitle } from '../util/title'
import Spinner from '../components/Spinner.vue' import Spinner from '../components/Spinner.vue'
import Comment from '../components/Comment.vue' import Comment from '../components/Comment.vue'
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
</template> </template>
<script> <script>
import { setTitle } from '../util/title'
export default { export default {
name: 'user-view', name: 'user-view',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment