feat: 升级vue3版本和router版本,主框架调整,页面样式统一
This commit is contained in:
@ -1,17 +1,11 @@
|
||||
<script lang="jsx">
|
||||
|
||||
export default {
|
||||
setup(props, { emit, expose }) {
|
||||
|
||||
return () => (
|
||||
<div>
|
||||
home
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
setup(props, { emit, expose }) {
|
||||
return () => <div>home</div>;
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './style.scss';
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user