UNPKG

qvt-cli

Version:

提供多端响应式设计的模板框架

7 lines (5 loc) 186 B
import { boot } from 'quasar/wrappers'; import { debounceDirective } from 'src/directives/index'; export default boot(({ app }) => { app.directive('debounce', debounceDirective); });