赞
踩
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';
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。