From 7746526452b03439dd8796c2b963f65252f9bdc8 Mon Sep 17 00:00:00 2001 From: Kif <62132584+wkif@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:07:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9AAdded=20version=20import=20to=20com?= =?UTF-8?q?ponent=20templates=20(#578)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internals/cli/public/template/component/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/internals/cli/public/template/component/index.ts b/internals/cli/public/template/component/index.ts index 89989f976..f1b0ed592 100644 --- a/internals/cli/public/template/component/index.ts +++ b/internals/cli/public/template/component/index.ts @@ -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',