update:前段代码首次上传
This commit is contained in:
11
FrontCode1/vue/src/App.vue
Normal file
11
FrontCode1/vue/src/App.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
<style>
|
||||
#app {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user