Browse Source

修复一系列bug3

shibei_master
dai 4 years ago
parent
commit
c5cfb976f7
  1. 2
      src/views/main-theme-tools.vue

2
src/views/main-theme-tools.vue

@ -1,5 +1,5 @@
<template>
<div class="aui-theme-tools" :class="{ 'aui-theme-tools--open': isOpen }">
<div class="aui-theme-tools" v-show="false" :class="{ 'aui-theme-tools--open': isOpen }">
<div class="aui-theme-tools__toggle" @click="isOpen = !isOpen">
<svg class="icon-svg" aria-hidden="true">
<use xlink:href="#icon-setting"></use>

Loading…
Cancel
Save