perf: 拷贝一份新的路由配置、注释产品路由校验
This commit is contained in:
17
src/views/home/index.vue
Normal file
17
src/views/home/index.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<script lang="jsx">
|
||||
|
||||
export default {
|
||||
setup(props, { emit, expose }) {
|
||||
|
||||
return () => (
|
||||
<div>
|
||||
home
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './style.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user