mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-14 14:16:05 +00:00
add dist
This commit is contained in:
4
dist/runtime/plugin.mjs
vendored
Normal file
4
dist/runtime/plugin.mjs
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { defineNuxtPlugin } from "#app";
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
console.log("Plugin injected by my-module!");
|
||||
});
|
||||
Reference in New Issue
Block a user