import Vue from 'vue'; import VditorPreview from 'vditor/dist/method.min'; import Vditor from 'vditor'; let emoji = { "+1": "đ", "-1": "đ", "100": "đ¯", "Accept": "đ", "beer": "đē", "bug": "đ", "bulb": "đĄ", "computer": "đģ", "construction": "đ§", "construction_worker": "đˇ", "construction_worker_man": "đˇ", "construction_worker_woman": "đˇââ", "face_with_head_bandage": "đ¤", "face_with_thermometer": "đ¤", "fearful": "đ¨", "flushed": "đŗ", "frowning": "đĻ", "frowning_face": "âšī¸", "full_moon_with_face": "đ", "grimacing": "đŦ", "grin": "đ", "grinning": "đ", "hankey": "đŠ", "metal": "đ¤", "money_mouth_face": "đ¤", "nerd_face": "đ¤", "neutral_face": "đ", "persevere": "đŖ", "point_down": "đ", "point_left": "đ", "point_right": "đ", "point_up_2": "đ", "satisfied": "đ", "sleeping": "đ´", "sleepy": "đĒ", "slightly_frowning_face": "đ", "slightly_smiling_face": "đ", "smile": "đ", "smiley": "đ", "smiling_imp": "đ", "smirk": "đ", "sneezing_face": "đ¤§", "sob": "đ", "sparkler": "đ", "sparkles": "â¨", "stopwatch": "âą", "strawberry": "đ", "stuck_out_tongue": "đ", "stuck_out_tongue_closed_eyes": "đ", "stuck_out_tongue_winking_eye": "đ", "sun_behind_large_cloud": "đĨ", "sun_behind_rain_cloud": "đĻ", "sun_behind_small_cloud": "đ¤", "sun_with_face": "đ", "sunflower": "đģ", "sunglasses": "đ", "sweat": "đ", "sweat_smile": "đ ", "unamused": "đ", "unlock": "đ", "upside_down_face": "đ", "v": "âī¸", "wink": "đ", "wrench": "đ§", "writing_hand": "âī¸", "x": "â", "yellow_heart": "đ", "zipper_mouth_face": "đ¤", "zzz": "đ¤" } Vue.emoji = emoji Vue.VditorPreview = VditorPreview; Vue.Vditor = Vditor