Skip to content

Commit

Permalink
refactor: 移动config文件夹清除不必要代码
Browse files Browse the repository at this point in the history
  • Loading branch information
shenqundeng committed Jun 24, 2024
1 parent 2527525 commit 0441b8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
File renamed without changes.
7 changes: 0 additions & 7 deletions packages/website/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@
</template>

<script setup>
import { ref, onMounted } from 'vue'
import Preview from '../components/Preview.vue'
import VPDoc from '../components/VPDoc.vue'
import Layout from '../components/Layout.vue'
const themeContainerRef = ref(null)
onMounted(() => {
console.log(window.innerWidth)
// themeContainerRef.value.style.width=window.innerWidth
})
</script>

<style lang="stylus" scoped>
Expand Down

0 comments on commit 0441b8c

Please sign in to comment.