A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vant-ui/vant-nuxt below:

vant-ui/vant-nuxt: Vant module for Nuxt

Vant module for Nuxt

npx nuxi@latest module add vant
# or
npm i vant @vant/nuxt -D
export default defineNuxtConfig({
  modules: ['@vant/nuxt'],
  vant: {
    /** Options */
  },
});
<template>
  <van-button type="primary" @click="showToast('toast')">button</van-button>
  <VanButton type="success" @click="showNotify('notify')">button</VanButton>
  <LazyVanButton type="default">lazy button</LazyVanButton>
</template>

Reference Nuxt documentation and playground use.

How to load directives and components from lazyload.

eg. { lazyComponent: true }

Whether to automatically import styles.

Replace default locale, you can find locale list here.

Exclude exports from Vant that are not component content.

If there are components that are not imported automatically from Vant, you need to add the component here.

If you wish to add automatically import content from Vant, you can add it here.

Include files that need to automatically import styles.

Exclude files that do not require the automatic import of styles.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4