import { onMounted, onUpdated, onUnmounted } from ‘vue’;
import { onMounted, onUpdated, onUnmounted } from 'vue';
import { createRouter, createWebHistory } from 'vue-router';
import { createPinia } from 'pinia';
// customDirective.js
export const myDirective = {
// ...
};
// 在其他文件中导入
import { myDirective } from './customDirective.js';