All
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createApp } from 'https://unpkg.com/petite-vue?module';
|
||||
const app = createApp({
|
||||
mounted() {
|
||||
}
|
||||
}).mount('#app');
|
||||
Reference in New Issue
Block a user