UNPKG
qvt-cli
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
提供多端响应式设计的模板框架
qvt-cli
/
bin
/
template
/
admin
/
src
/
boot
/
directives.ts
7 lines
(5 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ boot }
from
'quasar/wrappers'
;
import
{ debounceDirective }
from
'src/directives/index'
;
export
default
boot
(
(
{ app }
) =>
{ app.
directive
(
'debounce'
, debounceDirective); });