parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const getCaretCoordinates = require('textarea-caret');
|
||||
const riot = require('riot');
|
||||
import * as riot from 'riot';
|
||||
|
||||
/**
|
||||
* オートコンプリートを管理するクラス。
|
||||
|
|
@ -127,4 +127,4 @@ class Autocomplete {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = Autocomplete;
|
||||
export default Autocomplete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue