10 lines
115 B
Vue
10 lines
115 B
Vue
<template>
|
|
<div class="z-loading"></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'z-loading'
|
|
};
|
|
</script>
|