@finema/dpt-layer
v1.0.157
Published
[✨ Release Notes](/CHANGELOG.md)
Downloads
1,263
Readme
@finema/dpt-layer extended from @finema/core
Quick Setup
- Add
@finema/dpt-layer
dependency to your project
# Using yarn
yarn add --dev @finema/dpt-layer
- Add
@finema/dpt-layer
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
extends: [
'@finema/dpt-layer'
]
})