v-emoji-picker
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -1,3 +0,3 @@ | ||
import { ICategory } from '@/models/Category'; | ||
import { ICategory } from '../models/Category'; | ||
export declare const categoriesDefault: ICategory[]; | ||
//# sourceMappingURL=categories.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { IEmoji } from '@/models/Emoji'; | ||
import { IEmoji } from '../models/Emoji'; | ||
export declare const emojisDefault: IEmoji[]; | ||
//# sourceMappingURL=emojis.d.ts.map |
{ | ||
"name": "v-emoji-picker", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "João Eudes Lima", |
@@ -59,3 +59,3 @@ # V-Emoji-Picker | ||
import { VEmojiPicker } from 'v-emoji-picker'; | ||
import VEmojiPicker from 'v-emoji-picker'; | ||
@@ -62,0 +62,0 @@ Vue.config.productionTip = false; |
@@ -1,2 +0,2 @@ | ||
import { Category, ICategory } from '@/models/Category' | ||
import { Category, ICategory } from '../models/Category' | ||
@@ -3,0 +3,0 @@ const icons = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display