Skip to content

Commit

Permalink
fix example page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Jul 31, 2021
1 parent 73fa87e commit a3d0ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import App from './App';
// eslint-disable-next-line import/extensions
import App from './App.js';

const app = window.Vue.createApp({
render: () => window.Vue.h(App),
Expand Down

0 comments on commit a3d0ff7

Please sign in to comment.