UNPKG

@leonwerth/vue-diff

Version:

Vue diff

15 lines (10 loc) 242 B
import DiffPage from './DiffPage/index.vue' // 声明 import type { App } from 'vue'; // import './style.scss'; export default { install: (app: App, options = {}) => { app.component('DiffPage', DiffPage); } }; export { DiffPage }