Commit 2d0e5c9b authored by 黄媛媛's avatar 黄媛媛

111

parent 88c6f2d1
<template> <template>
<div id="app"> <div id="app">
<router-view/> <router-view />
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'App' name: "App"
} };
</script> </script>
<style> <style>
#app{ @import "//at.alicdn.com/t/font_1769104_02vy4h75rlau.css";
height: 100%; html,
} body {
margin: 0;
padding: 0;
height: 100%;
}
#app {
height: 100%;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment