feat: File rename API done.
This commit is contained in:
@@ -47,6 +47,7 @@ import Calendar from 'primevue/calendar';
|
||||
import Tooltip from 'primevue/tooltip';
|
||||
import Checkbox from 'primevue/checkbox';
|
||||
import Dialog from 'primevue/dialog';
|
||||
import ContextMenu from 'primevue/contextmenu';
|
||||
|
||||
const emitter = mitt();
|
||||
const app = createApp(App);
|
||||
@@ -99,6 +100,7 @@ app.component('Slider', Slider);
|
||||
app.component('Calendar', Calendar);
|
||||
app.component('Checkbox', Checkbox);
|
||||
app.component('Dialog', Dialog);
|
||||
app.component('ContextMenu', ContextMenu);
|
||||
app.component('Draggable', draggable); // 拖曳
|
||||
app.directive('tooltip', Tooltip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user