vue-sfc-compiler/compiler/src/core/rp-main-loader.vue

11 lines
133 B
Vue

<template lang="pug">
p Loading...
//TODO: Cool loader
</template>
<script>
export default {
name: 'rp-main-loader'
}
</script>