This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Neuver_H5
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
HolyKnightIX
1 year ago
parent
5f02a1cc92
commit
e04b2a3619
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save