Browse Source

test

master
HolyKnightIX 1 year ago
parent
commit
e04b2a3619
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      src/test/test.vue

+ 17
- 0
src/test/test.vue View File

@@ -0,0 +1,17 @@
<template>
<div></div>
</template>

<script>
export default {
data() {
return {};
},

methods: {},

mounted() {},
};
</script>

<style lang="scss" scoped></style>

Loading…
Cancel
Save