增加晶全app静态页面
This commit is contained in:
25
node_modules/vk-uview-ui/components/u-loading-page/u-loading-page.vue
generated
vendored
Normal file
25
node_modules/vk-uview-ui/components/u-loading-page/u-loading-page.vue
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<view class="u-loading-page">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user