lvkun996 преди 3 години
родител
ревизия
177bda65c9
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 0
      src/components/index.tsx
  2. 2 1
      src/pages/Iot/model/index.vue

+ 1 - 0
src/components/index.tsx

@@ -0,0 +1 @@
+export const AppTsx = () => <a-button type="primary" >vue3.0</a-button>

+ 2 - 1
src/pages/Iot/model/index.vue

@@ -13,11 +13,12 @@
       :pro-able="['add']"
     />
   </a-card>
+  <AppTsx />
 </template>
 
 <script lang="ts" setup >
 import { CommonController, ModelController } from '@/controller/index'
-
+import { AppTsx } from '@/components/index'
 const columns = [
   {
     title: '模型名称',