docs: Adjust punctuation

This commit is contained in:
dengrongyao 2021-04-06 17:07:13 +08:00 committed by neverland
parent 2210f8240d
commit 55afff0e9c
67 changed files with 68 additions and 68 deletions

View File

@ -6,7 +6,7 @@ Used to provide convenient interaction for page-related operations.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The pop-up modal panel at the bottom contains multiple options related to the cu
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to create, update, and delete receiving addresses.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';
@ -149,7 +149,7 @@ Use [ref](https://v3.vuejs.org/guide/component-template-refs.html) to get Addres
### Area Data Structure ### Area Data Structure
Please refer to [Area](#/en-US/area) component Please refer to [Area](#/en-US/area) component.
### Less Variables ### Less Variables

View File

@ -6,7 +6,7 @@ Display a list of receiving addresses.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The Picker component is usually used with [Popup](#/en-US/popup) Component.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Display the logo number or small red dot in the upper right corner.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Buttons are used to trigger an action, such as submitting a form.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Calendar component for selecting dates or date ranges.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to display product pictures, prices and other information.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The cascading selection box is used for the selection of multi-level data. The t
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The cell is a single display item in the list.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to switch between selected and unselected states.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The circular progress bar component supports the gradient animation of the progr
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Quickly and easily create layouts with `van-row` and `van-col`.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Place a group of content in multiple collapsible panels, click the title of the
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Display contact information in the form of cards.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Edit and save the contact information.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to display the contact list.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ It is used to display the countdown value in real time, and the accuracy support
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used for redemption and selection of coupons.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to select time, support date and time dimensions, usually used with the [Po
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Pop-up modal boxes are often used for message prompts, message confirmations, or
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to divide content into multiple areas.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The menu list that pops down downwards.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Occupation reminder when empty.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The input box component in the form.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ It is used for data entry and verification, and supports input boxes, radio butt
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to divide the page into blocks of equal width in the horizontal direction f
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The font-based icon set can be used through the Icon component or referenced in
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to zoom in and preview the picture, and it supports two methods: function c
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ This is an enhanced version of the img tag, which provides multiple image fillin
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used for the index classification display and quick positioning of the list.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ When the page needs to load a large amount of content, delay loading the content
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ A list component to show items and control loading status.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to indicate the transition state during loading.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Provide navigation function for the page, often used at the top of the page.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to display a group of message notifications in a loop.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The display message prompt is at the top of the page, and supports two methods:
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The pseudo-numeric keyboard can be used with [PasswordInput](#/en-US/password-in
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Create a mask layer to emphasize specific page elements and prevent users from p
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ When the amount of data is too much, use pagination to separate the data, and lo
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The PasswordInput component is usually used with [NumberKeyboard](#/en-US/number
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The Picker component is usually used with [Popup](#/en-US/popup) Component.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Pop-up bubble menu.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The pop-up layer container is used to display pop-up windows, information prompt
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to show the current progress of the operation.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to provide interactive operations for pull-down refresh.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to select a single result among multiple options.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used for rating things.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The input box component used for searching.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The sharing panel that pops up at the bottom is used to display the operation bu
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The vertically displayed navigation bar is used to switch between different cont
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to display a set of placeholder graphics during the content loading process
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Slide the input bar to select a value within a given range.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The stepper consists of an increase button, a decrease button and an input box,
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to show each link of the operation process and let users understand the pos
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The Sticky component has the same effect as the `position: sticky` property in C
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to display the order amount and submit the order.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used for cell components that can slide left and right to display operation butt
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to loop a group of pictures or content.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to switch between open and closed states.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to switch between different content areas.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ The bottom navigation bar is used to switch between different pages.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to mark keywords and summarize the main content.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ A black translucent prompt pops up in the middle of the page, which is used in s
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to select from a set of related data sets.
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';

View File

@ -6,7 +6,7 @@ Used to upload local pictures or files to the server, and display preview images
### Install ### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways.
```js ```js
import { createApp } from 'vue'; import { createApp } from 'vue';