fe-drone-ci/src/App.vue

16 lines
247 B
Vue
Raw Normal View History

2017-04-18 07:09:13 +00:00
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default{
name: 'APP'
}
</script>
2017-06-30 03:31:21 +00:00
<style lang="scss">
@import './styles/index.scss'; // 全局自定义的css样式
</style>