Skip to content

Commit

Permalink
添加tag页
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Nov 19, 2019
1 parent cee6f2a commit 33618c3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pages/tag/addTag.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<template>
<view>

</view>
</template>

<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>

<style>
</style>

0 comments on commit 33618c3

Please sign in to comment.