Commit 86f18628 by 杨铁龙
parents ddf56fd2 8e61517a
Showing with 9 additions and 9 deletions
...@@ -13,20 +13,20 @@ ...@@ -13,20 +13,20 @@
</template> </template>
<script lang="ts"> <script lang="ts">
import { Component } from "vue-property-decorator"; import { Component } from "vue-property-decorator";
import BaseMessage from "./index"; import BaseMessage from "./index";
import VideoPlayerIcon from "./video-player-icon.vue"; import VideoPlayerIcon from "./video-player-icon.vue";
@Component({ components: { VideoPlayerIcon } }) @Component({ components: { VideoPlayerIcon } })
export default class Index extends BaseMessage { export default class Index extends BaseMessage {
mounted() { mounted() {
this.buildMessageUrl(); this.buildMessageUrl();
}
} }
}
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.video-message { .video-message {
height: 160px; height: 160px;
width: 200px; width: 200px;
background-color: #000 !important; background-color: #000 !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment