# vue初始化动画加载 **Repository Path**: gqni/loading ## Basic Information - **Project Name**: vue初始化动画加载 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-21 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.在入口文件index.html中加入如下代码: > //样式 ``` ``` > //div ```
``` ### 2.在app.vue的created方法中: ``` created() { document.body.removeChild(document.getElementById('Loading')) } ``` ### 效果图 ![输入图片说明](https://images.gitee.com/uploads/images/2018/0921/163303_1c1111fa_2011549.png "屏幕截图.png")