mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
export default defineNuxtPlugin((nuxtApp) => {
|
|
nuxtApp.vueApp.directive('ai_context', {
|
|
mounted(el: HTMLElement, binding) { }
|
|
})
|
|
});
|