Skip to content

Commit

Permalink
[plugin:vite:vue] [@vue/compiler-sfc] <script setup> cannot contain E…
Browse files Browse the repository at this point in the history
…S module exports. If you are using a previous version of <script setup>, please consult the updated RFC at vuejs/rfcs#227.
  • Loading branch information
ubuntu committed Apr 17, 2024
1 parent 7a621a9 commit 5f3f856
Show file tree
Hide file tree
Showing 15 changed files with 753 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added luffycityweb/src/assets/icon-left-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
751 changes: 751 additions & 0 deletions luffycityweb/src/components/Banner.vue

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion luffycityweb/src/views/Home.vue
@@ -1,7 +1,7 @@
<template>
<div class="home">
<Header></Header>

<Banner></Banner>
<Footer></Footer>
</div>
</template>
Expand All @@ -10,6 +10,7 @@
// vite中导入非ts.js文件时,必须填写文件后缀
import Header from "../components/Header.vue"
import Footer from "../components/Footer.vue"
import Banner from "../components/Banner.vue"
// 测试CORS的跨域配置是否有问题
// import axios from "axios"
Expand Down

0 comments on commit 5f3f856

Please sign in to comment.