first commit
This commit is contained in:
5
app/chrome-extension/entrypoints/popup/main.ts
Normal file
5
app/chrome-extension/entrypoints/popup/main.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createApp } from 'vue';
|
||||
import './style.css';
|
||||
import App from './App.vue';
|
||||
|
||||
createApp(App).mount('#app');
|
||||
Reference in New Issue
Block a user