fix:Added version import to component templates (#578)

This commit is contained in:
Kif 2023-10-13 16:07:19 +08:00 committed by GitHub
parent bc91d14d69
commit 7746526452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import [[UNAME]] from './src/index[[SUFFIX]]'
import '@opentiny/vue-theme/[[NAME]]/index.less'
import { version } from './package.json'
[[UNAME]].model = {
prop: 'modelValue',