mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
提交
This commit is contained in:
23
src/views/medal/Index.vue
Normal file
23
src/views/medal/Index.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="u-currency">
|
||||
我 的 勋 章
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return{
|
||||
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
|
||||
23
src/views/ucurrency/Index.vue
Normal file
23
src/views/ucurrency/Index.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="u-currency">
|
||||
我 的 u 币
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return{
|
||||
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user