Refactoring
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
<template>
|
||||
<div class="fgmtyycl _panel" :style="{ top: top + 'px', left: left + 'px' }">
|
||||
<x-url-preview :url="url"/>
|
||||
<mk-url-preview :url="url"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import i18n from '../i18n';
|
||||
import XUrlPreview from './url-preview.vue';
|
||||
import MkUrlPreview from './url-preview.vue';
|
||||
|
||||
export default Vue.extend({
|
||||
i18n,
|
||||
|
||||
components: {
|
||||
XUrlPreview
|
||||
MkUrlPreview
|
||||
},
|
||||
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user