mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
12 lines
159 B
Vue
12 lines
159 B
Vue
<template>
|
|
<div class="zan-loading">
|
|
<span class="zan-spinner"></span>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'zan-loading'
|
|
};
|
|
</script>
|