import { withInstall } from '@/utils'; import TodoList from './src/todo-list.vue'; export const AppTodoList = withInstall(TodoList);