Refactoring
This commit is contained in:
parent
1d6791e4c2
commit
71d6394bc8
9 changed files with 34 additions and 34 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue