Skip to content

Commit

Permalink
fix: 规避构建异常
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Mar 21, 2024
1 parent 5fad4c2 commit da70f9e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { defineComponent } from 'vue';
import { RouterView } from '{{{ runtimePath }}}';

export default defineComponent(() => () => (<RouterView></RouterView>));
export default () => (<RouterView></RouterView>);

0 comments on commit da70f9e

Please sign in to comment.