• This project
    • Loading...
  • Sign in

Hooke / data-table

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • data-table
  • src
  • views
  • index.vue
  • hookehuyr's avatar
    🎉 init: 项目初始化 · 867e7519
    867e7519
    hookehuyr authored 2022-08-29 14:03:41 +0800
index.vue 401 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!--
 * @Date: 2022-07-18 10:22:22
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2022-08-25 10:10:29
 * @FilePath: /front/src/views/index.vue
 * @Description: 首页
-->
<template>
  <div>111</div>
</template>

<script setup>
import { _, dayjs, Cookies, $ } from '@/utils/generatePackage'

const go = useGo()
const goTo = useGoTo();

</script>

<style lang="less" scoped>

</style>