smart-admin/smart-admin-h5/src/App.vue
2020-11-29 23:35:57 +08:00

17 lines
206 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
};
</script>
<style lang="less">
#nprogress .bar {
background: #1989fa !important;
}
</style>