mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 22:54:13 +02:00
refactor(frontend): use ESM
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import MkRippleEffect from '@/components/MkRippleEffect.vue';
|
||||
import { popup } from '@/os';
|
||||
import { popup } from '@/os.js';
|
||||
|
||||
export default {
|
||||
mounted(el, binding, vn) {
|
||||
|
||||
Reference in New Issue
Block a user