Skip to content

Commit a9823a9

Browse files
reco_luanzsw
authored andcommitted
fix: loading page
1 parent a79a214 commit a9823a9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/Loading.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
</div>
1010
</template>
1111

12-
<script>
13-
import mixin from '@theme/mixins/index.js'
14-
export default {
15-
mixins: [mixin]
16-
}
17-
</script>
1812
<style lang="stylus" scoped>
1913
#loader-wrapper{
2014
height:100vh;
@@ -111,4 +105,4 @@ export default {
111105
}
112106
}
113107
114-
</style>
108+
</style>

0 commit comments

Comments
 (0)