|
|
|
@ -11,13 +11,7 @@
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
<script setup name="AppMain" lang="ts">
|
|
|
|
export default {
|
|
|
|
|
|
|
|
name: 'AppMin'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
|
|
|
import useTagsViewStore from '@/store/modules/tagsView';
|
|
|
|
import useTagsViewStore from '@/store/modules/tagsView';
|
|
|
|
import useSettingsStore from '@/store/modules/settings';
|
|
|
|
import useSettingsStore from '@/store/modules/settings';
|
|
|
|
import IframeToggle from './IframeToggle/index.vue'
|
|
|
|
import IframeToggle from './IframeToggle/index.vue'
|
|
|
|
|