create-vite-extra
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "create-vite-extra", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,5 +0,5 @@ | ||
import { createApp } from "vue"; | ||
import "./style.css"; | ||
import App from "./App.vue"; | ||
import { createApp } from 'vue' | ||
import './style.css' | ||
import App from './App.vue' | ||
createApp(App).mount("#app"); | ||
createApp(App).mount('#app') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
222376