This commit is contained in:
fan
2019-10-30 17:43:26 +08:00
parent 22b09939d9
commit f6797fa1e5
8 changed files with 262 additions and 57 deletions
-23
View File
@@ -116,7 +116,6 @@ export default {
return (
<div slot="tab-pane" index={index} tab={item.label}>
{renderImageGrid(item.children)}
{renderImageGrid(item.children)}
</div>
);
});
@@ -191,28 +190,6 @@ export default {
initEmoji(data) {
emojiData = data;
this.$forceUpdate();
// this.emoji = [
// {
// label: "表情",
// name: "face",
// data: [
// {
// name: "wx",
// src: "微笑"
// }
// ]
// },
// {
// label: "武器",
// name: "wa",
// data: [
// {
// name: "wx",
// src: "微笑"
// }
// ]
// }
// ];
}
}
};