Add user context menu

This commit is contained in:
Jai A
2020-10-03 22:55:58 -07:00
parent 3127f7a31b
commit a545d7d8b1
4 changed files with 95 additions and 37 deletions

11
pages/create/mod.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div class="content">
<h2>Create Mod</h2>
</div>
</template>
<script>
export default {}
</script>
<style lang="scss"></style>