smart-admin/smart-admin-h5/src/App.vue
2021-01-10 20:21:30 +08:00

17 lines
206 B
Vue

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