Skip to content

Commit 06ff88d

Browse files
Shanon LeeShanon Lee
authored andcommitted
ExportProject component updated to have Vue3 syntax with updated Vuex and vue router
1 parent 51e4a57 commit 06ff88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/file_system_interface/ExportProject.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default {
325325
},
326326
// creates main.js boilerplate
327327
createMainFile(location) {
328-
let str = `import {createApp} from 'vue'`;
328+
let str = `import { createApp } from 'vue'`;
329329
str += `\nimport App from './App.vue'`;
330330
str += `\nimport router from './router'`;
331331
// str += `\n\n import './index.css'`

0 commit comments

Comments
 (0)