Skip to content

Commit

Permalink
perf(component): 更换瀑布流插件
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Oct 12, 2024
1 parent 161b28d commit 0df58ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Description:
* @Date: 2024-09-27 11:31:54
* @LastEditors: June
* @LastEditTime: 2024-10-13 01:40:35
* @LastEditTime: 2024-10-13 02:00:35
*/
import { createApp } from 'vue';
import App from './App.vue';
Expand All @@ -15,14 +15,11 @@ import VueLazyLoad from 'vue3-lazyload';
// 自定义字体文件
import '@/assets/fonts/font.css';

import { VueMasonryPlugin } from 'vue-masonry';

import i18n from './language/index';
import 'wc-waterfall';

async function bootstrap() {
const app = createApp(App);
app.use(VueMasonryPlugin);
app.use(router);
app.use(i18n);
app.use(VueLazyLoad, {});
Expand Down

0 comments on commit 0df58ac

Please sign in to comment.