index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
web
/
app
/
common
/
views
/
directives
/
index.ts
blob: 358866f500628f63e3811893c6bd08842fa1343c (
plain
)
1
2
3
4
5
import
Vue
from
'vue'
;
import
focus
from
'./focus'
;
Vue
.
directive
(
'focus'
,
focus
);