init: Initialize the basic project.
This commit is contained in:
9
nl-vue/src/views/other/index.vue
Normal file
9
nl-vue/src/views/other/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<a-card> 被放开的一个界面 </a-card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Other'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user