changes
This commit is contained in:
24
.nuxt/components/readme.md
Normal file
24
.nuxt/components/readme.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Discovered Components
|
||||
|
||||
This is an auto-generated list of components discovered by [nuxt/components](https://github.com/nuxt/components).
|
||||
|
||||
You can directly use them in pages and other components without the need to import them.
|
||||
|
||||
**Tip:** If a component is conditionally rendered with `v-if` and is big, it is better to use `Lazy` or `lazy-` prefix to lazy load.
|
||||
|
||||
- `<Caption>` | `<caption>` (components/Caption.vue)
|
||||
- `<Logo>` | `<logo>` (components/Logo.vue)
|
||||
- `<Modal>` | `<modal>` (components/Modal.vue)
|
||||
- `<SearchBox>` | `<search-box>` (components/SearchBox.vue)
|
||||
- `<SvgIcon>` | `<svg-icon>` (components/SvgIcon.vue)
|
||||
- `<TopMenu>` | `<top-menu>` (components/TopMenu.vue)
|
||||
- `<DialogConfirm>` | `<dialog-confirm>` (components/dialog/Confirm.vue)
|
||||
- `<DialogCountDown>` | `<dialog-count-down>` (components/dialog/CountDown.vue)
|
||||
- `<DialogDelete>` | `<dialog-delete>` (components/dialog/Delete.vue)
|
||||
- `<DialogError>` | `<dialog-error>` (components/dialog/Error.vue)
|
||||
- `<DialogInfo>` | `<dialog-info>` (components/dialog/Info.vue)
|
||||
- `<DialogSuccess>` | `<dialog-success>` (components/dialog/Success.vue)
|
||||
- `<SnackbarError>` | `<snackbar-error>` (components/snackbar/Error.vue)
|
||||
- `<SnackbarInfo>` | `<snackbar-info>` (components/snackbar/Info.vue)
|
||||
- `<SnackbarSnackBar>` | `<snackbar-snack-bar>` (components/snackbar/SnackBar.vue)
|
||||
- `<SnackbarSuccess>` | `<snackbar-success>` (components/snackbar/Success.vue)
|
||||
Reference in New Issue
Block a user