Add (post editor): add image block, add 'standard' post format
This commit is contained in:
@@ -4,7 +4,7 @@ import "./bootstrap";
|
||||
|
||||
import { createApp, defineAsyncComponent } from "vue";
|
||||
|
||||
import AdminApp from "@/vue/AdminApp.vue";
|
||||
import AdminApp from "@/AdminApp.vue";
|
||||
|
||||
const app = createApp({ AdminApp });
|
||||
const vueComponents = import.meta.glob("@/vue/**/*.vue", {
|
||||
|
||||
Reference in New Issue
Block a user